File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >`
You can’t perform that action at this time.
0 commit comments