Skip to content

Commit 73c1018

Browse files
committed
missing colon
1 parent b7018ca commit 73c1018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5096,7 +5096,7 @@ def drop(
50965096
columns : single label or list-like
50975097
Not supported; use 'index' or 'labels' instead.
50985098
5099-
.. deprecated: 3.0.0
5099+
.. deprecated:: 3.0.0
51005100
level : int or level name, optional
51015101
For MultiIndex, level for which the labels will be removed.
51025102
inplace : bool, default False

0 commit comments

Comments
 (0)