Skip to content

Commit 489d5b0

Browse files
Address review comments: remove empty Examples and complete sentence
1 parent 2eec260 commit 489d5b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/accessor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ def _register_accessor(
260260
261261
Notes
262262
-----
263-
This function allows you to register a custom-defined accessor class for pandas objects (DataFrame, Series, or Index).
263+
This function allows you to register a custom-defined accessor class
264+
for pandas objects (DataFrame, Series, or Index).
264265
The requirements for the accessor class are as follows:
265266
266267
* Must contain an init method that:

0 commit comments

Comments
 (0)