Skip to content

Commit

Permalink
DOC: Fix typo in indexing.rst (pandas-dev#58653)
Browse files Browse the repository at this point in the history
Fix typo in "Returning a view versus a copy" section
  • Loading branch information
m-ahmadi committed May 9, 2024
1 parent ecb90b5 commit d5e362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ Returning a view versus a copy
.. warning::

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

0 comments on commit d5e362e

Please sign in to comment.