Skip to content

Commit bedfb57

Browse files
Backport PR #52573 on branch 2.0.x (DOC: Fix typo in whatsnew/v2.0.0.rst) (#52575)
Backport PR #52573: DOC: Fix typo in whatsnew/v2.0.0.rst Co-authored-by: Stefanie Molin <[email protected]>
1 parent 82eb524 commit bedfb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Copy-on-Write improvements
207207
with a :class:`DataFrame`.
208208

209209
- Trying to set values using chained assignment (for example, ``df["a"][1:3] = 0``)
210-
will now always raise an warning when Copy-on-Write is enabled. In this mode,
210+
will now always raise a warning when Copy-on-Write is enabled. In this mode,
211211
chained assignment can never work because we are always setting into a temporary
212212
object that is the result of an indexing operation (getitem), which under
213213
Copy-on-Write always behaves as a copy. Thus, assigning through a chain

0 commit comments

Comments
 (0)