Skip to content

Commit

Permalink
DOC: misspelling in DatetimeIndex.indexer_between_time [CI skip] (#16963
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shanral authored and jreback committed Jul 16, 2017
1 parent 53ae390 commit 01a8be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ def indexer_between_time(self, start_time, end_time, include_start=True,
Select values between particular times of day (e.g., 9:00-9:30AM).
Return values of the index between two times. If start_time or
end_time are strings then tseres.tools.to_time is used to convert to
end_time are strings then tseries.tools.to_time is used to convert to
a time object.
Parameters
Expand Down

0 comments on commit 01a8be3

Please sign in to comment.