Skip to content

Commit

Permalink
DOC: Fix typo (#37636)
Browse files Browse the repository at this point in the history
"columns(s)" sounded odd, I believe it was supposed to be just "column(s)".
  • Loading branch information
MicaelJarniac authored Nov 5, 2020
1 parent 31db14c commit 4aa0783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -6449,7 +6449,7 @@ def update(
See Also
--------
dict.update : Similar method for dictionaries.
DataFrame.merge : For column(s)-on-columns(s) operations.
DataFrame.merge : For column(s)-on-column(s) operations.
Examples
--------
Expand Down Expand Up @@ -7985,7 +7985,7 @@ def join(
See Also
--------
DataFrame.merge : For column(s)-on-columns(s) operations.
DataFrame.merge : For column(s)-on-column(s) operations.
Notes
-----
Expand Down

0 comments on commit 4aa0783

Please sign in to comment.