Skip to content

Commit ce08582

Browse files
committed
Fixup & revert
1 parent 8e85f5c commit ce08582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: python web/pandas_web.py web/pandas --target-path=web/build
5858

5959
- name: Build documentation
60-
run: doc/make.py --warnings-are-errors --num-jobs=1
60+
run: doc/make.py --warnings-are-errors
6161

6262
- name: Build the interactive terminal
6363
working-directory: web/interactive_terminal

pandas/util/_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def deprecate_nonkeyword_arguments(
278278
279279
Parameters
280280
----------
281-
klass : Warning, optional
281+
klass : Warning
282282
The warning class to use.
283283
allowed_args : list, optional
284284
In case of list, it must be the list of names of some

0 commit comments

Comments
 (0)