Skip to content

Commit 2c084dc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 15311db commit 2c084dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/accessor.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def decorator(accessor):
290290
_register_df_doc = """
291291
Examples
292292
--------
293-
In your library code, an accessor that only accepts integers could
293+
In your library code, an accessor that only accepts integers could
294294
have a class defined like this:
295295
296296
.. code-block:: python
@@ -334,7 +334,7 @@ def register_dataframe_accessor(name: str):
334334
_series_doc = """
335335
Examples
336336
--------
337-
In your library code, an accessor that only accepts integers could
337+
In your library code, an accessor that only accepts integers could
338338
have a class defined like this:
339339
340340
.. code-block:: python
@@ -376,7 +376,7 @@ def register_series_accessor(name: str):
376376
_index_doc = """
377377
Examples
378378
--------
379-
In your library code, an accessor that only accepts integers could
379+
In your library code, an accessor that only accepts integers could
380380
have a class defined like this:
381381
382382
.. code-block:: python

0 commit comments

Comments
 (0)