We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c084dc commit 9b5245aCopy full SHA for 9b5245a
pandas/core/accessor.py
@@ -263,7 +263,7 @@ def _register_accessor(name: str, cls):
263
264
* Must contain an init method that:
265
* accepts a single {klass} object
266
- * raises an {AttributeError} if the {klass} object does not have correctly
+ * raises an AttributeError if the {klass} object does not have correctly
267
matching inputs for the accessor
268
* Must contain a method for each access pattern.
269
* The methods should be able to take any argument signature.
0 commit comments