We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6e9bc commit 274b350Copy full SHA for 274b350
pandas/util/_decorators.py
@@ -224,7 +224,7 @@ def deprecate_nonkeyword_arguments(
224
The version in which positional arguments will become
225
keyword-only.
226
227
- allowed_args : list, int or None, default=None
+ allowed_args : list or int, optional
228
In case of list, it must be the list of names of some
229
first arguments of the decorated functions that are
230
OK to be given as positional arguments. In case of an
0 commit comments