From 55173d5b75d0a6fc01e5927159da543bf49659a7 Mon Sep 17 00:00:00 2001 From: TandariShaun Srirangam Date: Thu, 4 Dec 2025 01:46:06 -0500 Subject: [PATCH] fixed code output on copy_on_write.rst line 251 --- doc/source/user_guide/copy_on_write.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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