diff --git a/doc/source/user_guide/copy_on_write.rst b/doc/source/user_guide/copy_on_write.rst index 90353d9f49f00..ca6dcc4083e2d 100644 --- a/doc/source/user_guide/copy_on_write.rst +++ b/doc/source/user_guide/copy_on_write.rst @@ -249,9 +249,9 @@ two subsequent indexing operations, e.g. In [3]: df Out[3]: foo bar - 0 100 4 + 0 1 4 1 2 5 - 2 3 6 + 2 100 6 The column ``foo`` was updated where the column ``bar`` is greater than 5. This violated the CoW principles though, because it would have to modify the