Skip to content

Commit c103c7a

Browse files
authored
DOC: Fix typo in indexing.rst (#58717)
Fix typo in "Returning a view versus a copy" section
1 parent 283a2dc commit c103c7a

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
@@ -1711,6 +1711,6 @@ Why does assignment fail when using chained indexing?
17111711
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17121712

17131713
:ref:`Copy-on-Write <copy_on_write>` is the new default with pandas 3.0.
1714-
This means than chained indexing will never work.
1714+
This means that chained indexing will never work.
17151715
See :ref:`this section <copy_on_write_chained_assignment>`
17161716
for more context.

0 commit comments

Comments
 (0)