Skip to content

Commit 77efcd8

Browse files
committed
DOC: Replace @appender decorator with inline docstrings for Index.take, Index.repeat, and Index.get_indexer_non_unique
1 parent 30676a5 commit 77efcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
InvalidIndexError,
7272
)
7373
from pandas.util._decorators import (
74-
Appender
74+
Appender,
7575
cache_readonly,
7676
doc,
7777
set_module,

0 commit comments

Comments
 (0)