Skip to content

Commit 95a9b8e

Browse files
authored
Fix typo in core/accessor.py (pandas-dev#34121)
1 parent 2250ddf commit 95a9b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/accessor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def decorator(accessor):
270270
if hasattr(cls, name):
271271
warnings.warn(
272272
f"registration of accessor {repr(accessor)} under name "
273-
f"{repr(name)} for type {repr(cls)} is overriding a preexisting"
273+
f"{repr(name)} for type {repr(cls)} is overriding a preexisting "
274274
f"attribute with the same name.",
275275
UserWarning,
276276
stacklevel=2,

0 commit comments

Comments
 (0)