Skip to content

Commit ed351c4

Browse files
authored
DOC: Fix #33451 (#34955)
1 parent 316c57e commit ed351c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4006,7 +4006,8 @@ def drop(
40064006
level : int or level name, optional
40074007
For MultiIndex, level from which the labels will be removed.
40084008
inplace : bool, default False
4009-
If True, do operation inplace and return None.
4009+
If False, return a copy. Otherwise, do operation
4010+
inplace and return None.
40104011
errors : {'ignore', 'raise'}, default 'raise'
40114012
If 'ignore', suppress error and only existing labels are
40124013
dropped.

0 commit comments

Comments
 (0)