Skip to content

Commit 7d8bc8b

Browse files
chris-hewittpmhatre1
authored andcommitted
DOC: Fix minor typo in indexing.rst (pandas-dev#57206)
1 parent 166fab7 commit 7d8bc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 2 additions & 2 deletions
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)