We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2250ddf commit 95a9b8eCopy full SHA for 95a9b8e
pandas/core/accessor.py
@@ -270,7 +270,7 @@ def decorator(accessor):
270
if hasattr(cls, name):
271
warnings.warn(
272
f"registration of accessor {repr(accessor)} under name "
273
- f"{repr(name)} for type {repr(cls)} is overriding a preexisting"
+ f"{repr(name)} for type {repr(cls)} is overriding a preexisting "
274
f"attribute with the same name.",
275
UserWarning,
276
stacklevel=2,
0 commit comments