Skip to content

Commit ba15847

Browse files
authored
DOC: Fix typo in whatsnew/v2.0.0.rst (#52573)
Fix typo in v2.0.0.rst
1 parent ffb9a01 commit ba15847

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)