Skip to content

Commit 274b350

Browse files
authored
Update _decorators.py
Update docstring
1 parent ad6e9bc commit 274b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def deprecate_nonkeyword_arguments(
224224
The version in which positional arguments will become
225225
keyword-only.
226226
227-
allowed_args : list, int or None, default=None
227+
allowed_args : list or int, optional
228228
In case of list, it must be the list of names of some
229229
first arguments of the decorated functions that are
230230
OK to be given as positional arguments. In case of an

0 commit comments

Comments
 (0)