Skip to content

Commit 6de3fce

Browse files
DOC: Fix separator size (pandas-dev#55509). Minor issue.
1 parent f9d601a commit 6de3fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8707,7 +8707,7 @@ def update(
87078707
DataFrame.merge : For column(s)-on-column(s) operations.
87088708
87098709
Notes
8710-
--------
8710+
-----
87118711
1. Duplicate indices on `other` are not supported and raises `ValueError`.
87128712
87138713
Examples

0 commit comments

Comments
 (0)