Skip to content

Commit 07afd3e

Browse files
committed
Fix comment typo
1 parent 3a57e12 commit 07afd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def is_any_frame() -> bool:
476476

477477
name = getattr(self, "name", None)
478478
name = name if is_hashable(name) else None
479-
# GH#36212
479+
# GH 36212
480480
result = Series(result, name=name)
481481

482482
return result, True

0 commit comments

Comments
 (0)