Skip to content

Commit 9b5245a

Browse files
committed
Fix failing CI builds for Docstring
1 parent 2c084dc commit 9b5245a

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
@@ -263,7 +263,7 @@ def _register_accessor(name: str, cls):
263263
264264
* Must contain an init method that:
265265
* accepts a single {klass} object
266-
* raises an {AttributeError} if the {klass} object does not have correctly
266+
* raises an AttributeError if the {klass} object does not have correctly
267267
matching inputs for the accessor
268268
* Must contain a method for each access pattern.
269269
* The methods should be able to take any argument signature.

0 commit comments

Comments
 (0)