Skip to content

Commit b2eb8f1

Browse files
authored
Update datetimelike.py
1 parent d0f6eb0 commit b2eb8f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/indexes/datetimelike.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,7 @@ def take(
884884
**kwargs,
885885
) -> Self:
886886
"""
887-
Return a new Index of the same type as self containing the values
888-
selected by the indices.
887+
Return a new Index of the same type as self.
889888
890889
For internal compatibility with numpy arrays.
891890

0 commit comments

Comments
 (0)