Skip to content

Commit 29ecd3f

Browse files
rtobarhugovk
andauthored
Update sphinxlint/__main__.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 36f2075 commit 29ecd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxlint/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def job_count(values):
127127
help="Run in parallle with N processes, defaults to 'auto', "
128128
"which sets N to the number of logical CPUs."
129129
"Values <= 1 are all considered 1.",
130-
default=StoreNumJobsAction._job_count("auto")
130+
default=StoreNumJobsAction.job_count("auto")
131131
)
132132
parser.add_argument(
133133
"-V", "--version", action="version", version=f"%(prog)s {__version__}"

0 commit comments

Comments
 (0)