File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ def decorator(accessor):
290
290
_register_df_doc = """
291
291
Examples
292
292
--------
293
- In your library code, an accessor that only accepts integers could
293
+ In your library code, an accessor that only accepts integers could
294
294
have a class defined like this:
295
295
296
296
.. code-block:: python
@@ -334,7 +334,7 @@ def register_dataframe_accessor(name: str):
334
334
_series_doc = """
335
335
Examples
336
336
--------
337
- In your library code, an accessor that only accepts integers could
337
+ In your library code, an accessor that only accepts integers could
338
338
have a class defined like this:
339
339
340
340
.. code-block:: python
@@ -376,7 +376,7 @@ def register_series_accessor(name: str):
376
376
_index_doc = """
377
377
Examples
378
378
--------
379
- In your library code, an accessor that only accepts integers could
379
+ In your library code, an accessor that only accepts integers could
380
380
have a class defined like this:
381
381
382
382
.. code-block:: python
You can’t perform that action at this time.
0 commit comments