Skip to content

Commit 0c9bcde

Browse files
Merge branch 'main' into np-doc-ts-asunit
2 parents 3702f2c + 008afb5 commit 0c9bcde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/user_guide/indexing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@ are returned:
403403
s = pd.Series(list('abcde'), index=[0, 3, 2, 5, 4])
404404
s.loc[3:5]
405405
406-
If at least one of the two is absent, but the index is sorted, and can be
407-
compared against start and stop labels, then slicing will still work as
408-
expected, by selecting labels which *rank* between the two:
406+
If the index is sorted, and can be compared against start and stop labels,
407+
then slicing will still work as expected, by selecting labels which *rank*
408+
between the two:
409409

410410
.. ipython:: python
411411

0 commit comments

Comments
 (0)