Skip to content

Commit ee127fc

Browse files
authored
DOC: minor grammar fix "en -> and" (#58953)
doc: typo - en -> and
1 parent 8b70567 commit ee127fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4965,7 +4965,7 @@ def drop(
49654965
C 2
49664966
dtype: int64
49674967
4968-
Drop labels B en C
4968+
Drop labels B and C
49694969
49704970
>>> s.drop(labels=["B", "C"])
49714971
A 0

0 commit comments

Comments
 (0)