From dcc7b440d7cc3ee1d8a2aec4269c75217e741a9b Mon Sep 17 00:00:00 2001 From: Siddhesh Bangar Date: Wed, 15 May 2024 03:12:35 +0100 Subject: [PATCH] Fix #58716 --- pandas/errors/cow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/errors/cow.py b/pandas/errors/cow.py index 1e7829c88ae7e..4815a0f5328d7 100644 --- a/pandas/errors/cow.py +++ b/pandas/errors/cow.py @@ -8,7 +8,7 @@ "the assignment in a single step.\n\n" "See the caveats in the documentation: " "https://pandas.pydata.org/pandas-docs/stable/user_guide/" - "indexing.html#returning-a-view-versus-a-copy" + "copy_on_write.html" )