Skip to content

Commit 1aa9aea

Browse files
authored
DOC: Fix typo in copy_on_write docs (#56234)
Fix typo in copy_on_write docs
1 parent 1ef8273 commit 1aa9aea

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
@@ -26,7 +26,7 @@ Previous behavior
2626
-----------------
2727

2828
pandas indexing behavior is tricky to understand. Some operations return views while
29-
other return copies. Depending on the result of the operation, mutation one object
29+
other return copies. Depending on the result of the operation, mutating one object
3030
might accidentally mutate another:
3131

3232
.. ipython:: python

0 commit comments

Comments
 (0)