Skip to content

Commit 48940d4

Browse files
MicaelJarniacjbrockmendel
authored andcommitted
DOC: Fix typo (pandas-dev#37636)
"columns(s)" sounded odd, I believe it was supposed to be just "column(s)".
1 parent 0d7a41b commit 48940d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6449,7 +6449,7 @@ def update(
64496449
See Also
64506450
--------
64516451
dict.update : Similar method for dictionaries.
6452-
DataFrame.merge : For column(s)-on-columns(s) operations.
6452+
DataFrame.merge : For column(s)-on-column(s) operations.
64536453
64546454
Examples
64556455
--------
@@ -7985,7 +7985,7 @@ def join(
79857985
79867986
See Also
79877987
--------
7988-
DataFrame.merge : For column(s)-on-columns(s) operations.
7988+
DataFrame.merge : For column(s)-on-column(s) operations.
79897989
79907990
Notes
79917991
-----

0 commit comments

Comments
 (0)