Skip to content

Commit d0f6eb0

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/indexes/datetimelike.py

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

0 commit comments

Comments
 (0)