Skip to content

Commit b9b54a5

Browse files
authored
Update doc/source/user_guide/indexing.rst
1 parent 1b4fc69 commit b9b54a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,9 @@ and :ref:`Advanced Indexing <advanced>` you may select along more than one axis
858858
859859
.. warning::
860860

861-
While ``loc`` supports two kinds of boolean indexing, ``iloc`` only supports indexing with a
862-
boolean array. If the indexer is a boolean ``Series``, an error will be raised. For instance,
863-
in the following example, ``df.iloc[s.values, 1]`` is ok. The boolean indexer is an array.
861+
While ``loc`` supports two kinds of boolean indexing, ``iloc`` only supports indexing with a
862+
boolean array. If the indexer is a boolean ``Series``, an error will be raised. For instance,
863+
in the following example, ``df.iloc[s.values, 1]`` is ok. The boolean indexer is an array.
864864
But ``df.iloc[s, 1]`` would raise ``ValueError``.
865865

866866
.. ipython:: python

0 commit comments

Comments
 (0)