Skip to content

Commit 934f933

Browse files
shanral3553x
authored andcommitted
DOC: misspelling in DatetimeIndex.indexer_between_time [CI skip] (pandas-dev#16963)
1 parent bbbf48c commit 934f933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ def indexer_between_time(self, start_time, end_time, include_start=True,
18821882
Select values between particular times of day (e.g., 9:00-9:30AM).
18831883
18841884
Return values of the index between two times. If start_time or
1885-
end_time are strings then tseres.tools.to_time is used to convert to
1885+
end_time are strings then tseries.tools.to_time is used to convert to
18861886
a time object.
18871887
18881888
Parameters

0 commit comments

Comments
 (0)