Skip to content

Commit e916e22

Browse files
authored
Update datetimelike.py
1 parent ac5cc29 commit e916e22

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 %(klass)s of the values selected by the indices.
887+
Return a new Index of the same type as self containing the values selected by the indices.
888888
889889
For internal compatibility with numpy arrays.
890890

0 commit comments

Comments
 (0)