Skip to content

Commit 47418a1

Browse files
authored
DOC: Fix minor typo in indexing.rst (#57206)
1 parent 70f47ee commit 47418a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/indexing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ Returning a view versus a copy
17301730
.. warning::
17311731

17321732
:ref:`Copy-on-Write <copy_on_write>`
1733-
will become the new default in pandas 3.0. This means than chained indexing will
1733+
will become the new default in pandas 3.0. This means that chained indexing will
17341734
never work. As a consequence, the ``SettingWithCopyWarning`` won't be necessary
17351735
anymore.
17361736
See :ref:`this section <copy_on_write_chained_assignment>`
@@ -1784,7 +1784,7 @@ Why does assignment fail when using chained indexing?
17841784
.. warning::
17851785

17861786
:ref:`Copy-on-Write <copy_on_write>`
1787-
will become the new default in pandas 3.0. This means than chained indexing will
1787+
will become the new default in pandas 3.0. This means that chained indexing will
17881788
never work. As a consequence, the ``SettingWithCopyWarning`` won't be necessary
17891789
anymore.
17901790
See :ref:`this section <copy_on_write_chained_assignment>`

0 commit comments

Comments
 (0)