We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef8273 commit 1aa9aeaCopy full SHA for 1aa9aea
doc/source/user_guide/copy_on_write.rst
@@ -26,7 +26,7 @@ Previous behavior
26
-----------------
27
28
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
+other return copies. Depending on the result of the operation, mutating one object
30
might accidentally mutate another:
31
32
.. ipython:: python
0 commit comments