Skip to content

Commit cf49570

Browse files
BUG: Fixed ChainedAssignmentError link to documentation will break? #58716 (#58726)
Fix #58716
1 parent a046189 commit cf49570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/errors/cow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"the assignment in a single step.\n\n"
99
"See the caveats in the documentation: "
1010
"https://pandas.pydata.org/pandas-docs/stable/user_guide/"
11-
"indexing.html#returning-a-view-versus-a-copy"
11+
"copy_on_write.html"
1212
)
1313

1414

0 commit comments

Comments
 (0)