Skip to content

Commit d5e362e

Browse files
authored
DOC: Fix typo in indexing.rst (#58653)
Fix typo in "Returning a view versus a copy" section
1 parent ecb90b5 commit d5e362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

+1-1
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>`

0 commit comments

Comments
 (0)