Skip to content

Commit fea4c04

Browse files
committed
Updated the Documentation for Slicing with labels for .loc()
1 parent af819f3 commit fea4c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ are returned:
413413
s.loc[3:5]
414414
415415
If the index is sorted, and can be compared against start and stop labels, then
416-
slicing will still work as expected, by selecting labels which *rank* between
416+
the slicing will still work as expected, by selecting labels which *rank* between
417417
the two:
418418

419419
.. ipython:: python

0 commit comments

Comments
 (0)