Skip to content

Commit

Permalink
doc: typo - en -> and
Browse files Browse the repository at this point in the history
  • Loading branch information
asishm committed Jun 7, 2024
1 parent 8b70567 commit 5be1345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4965,7 +4965,7 @@ def drop(
C 2
dtype: int64
Drop labels B en C
Drop labels B and C
>>> s.drop(labels=["B", "C"])
A 0
Expand Down

0 comments on commit 5be1345

Please sign in to comment.