File tree 1 file changed +2
-2
lines changed
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
1730
1730
.. warning ::
1731
1731
1732
1732
: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
1734
1734
never work. As a consequence, the ``SettingWithCopyWarning `` won't be necessary
1735
1735
anymore.
1736
1736
See :ref: `this section <copy_on_write_chained_assignment >`
@@ -1784,7 +1784,7 @@ Why does assignment fail when using chained indexing?
1784
1784
.. warning ::
1785
1785
1786
1786
: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
1788
1788
never work. As a consequence, the ``SettingWithCopyWarning `` won't be necessary
1789
1789
anymore.
1790
1790
See :ref: `this section <copy_on_write_chained_assignment >`
You can’t perform that action at this time.
0 commit comments