You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/indexing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ The ``.loc`` attribute is the primary access method. The following are valid inp
325
325
326
326
* A single label, e.g. ``5`` or ``'a'`` (Note that ``5`` is interpreted as a *label* of the index. This use is **not** an integer position along the index.).
327
327
* A list or array of labels ``['a', 'b', 'c']``.
328
-
* A slice object with labels ``'a':'f'`` (Note that contrary to usual Python
328
+
* A slice object with labels ``'a':'f'``. Note that contrary to usual Python
329
329
slices, **both** the start and the stop are included, when present in the
330
330
index! See :ref:`Slicing with labels <indexing.slicing_with_labels>`.
0 commit comments