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 e718c13 commit 60c833cCopy full SHA for 60c833c
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