Skip to content

Commit a23ed97

Browse files
authored
Update datetimelike.py
1 parent 09fb9be commit a23ed97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimelike.py

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

0 commit comments

Comments
 (0)