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 8e85f5c commit ce08582Copy full SHA for ce08582
.github/workflows/docbuild-and-upload.yml
@@ -57,7 +57,7 @@ jobs:
57
run: python web/pandas_web.py web/pandas --target-path=web/build
58
59
- name: Build documentation
60
- run: doc/make.py --warnings-are-errors --num-jobs=1
+ run: doc/make.py --warnings-are-errors
61
62
- name: Build the interactive terminal
63
working-directory: web/interactive_terminal
pandas/util/_decorators.py
@@ -278,7 +278,7 @@ def deprecate_nonkeyword_arguments(
278
279
Parameters
280
----------
281
- klass : Warning, optional
+ klass : Warning
282
The warning class to use.
283
allowed_args : list, optional
284
In case of list, it must be the list of names of some
0 commit comments