Skip to content

Commit 27034ff

Browse files
VladimirFokowpmhatre1
authored andcommitted
DOC: fix typo: "two solution" (pandas-dev#57289)
fix typo: "two solution"
1 parent 780f372 commit 27034ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/copy_on_write.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ This array is read-only, which means that it can't be modified inplace:
295295
296296
The same holds true for a Series, since a Series always consists of a single array.
297297

298-
There are two potential solution to this:
298+
There are two potential solutions to this:
299299

300300
- Trigger a copy manually if you want to avoid updating DataFrames that share memory with your array.
301301
- Make the array writeable. This is a more performant solution but circumvents Copy-on-Write rules, so

0 commit comments

Comments
 (0)