Skip to content

Commit 486fcfa

Browse files
yuvallangerjreback
authored andcommitted
Fix typo
Author: Yuval Langer <[email protected]> Closes pandas-dev#12523 from yuvallanger/patch-1 and squashes the following commits: 7e3f85b [Yuval Langer] Fix typo
1 parent 60b307f commit 486fcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ As usual, **both sides** of the slicers are included as this is label indexing.
281281
.. warning::
282282

283283
You should specify all axes in the ``.loc`` specifier, meaning the indexer for the **index** and
284-
for the **columns**. Their are some ambiguous cases where the passed indexer could be mis-interpreted
284+
for the **columns**. There are some ambiguous cases where the passed indexer could be mis-interpreted
285285
as indexing *both* axes, rather than into say the MuliIndex for the rows.
286286

287287
You should do this:

0 commit comments

Comments
 (0)