Skip to content

Commit 9e06ae3

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

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
@@ -124,7 +124,7 @@ def job_count(values):
124124
"--jobs",
125125
metavar="N",
126126
action=StoreNumJobsAction,
127-
help="Run in parallle with N processes, defaults to 'auto', "
127+
help="Run in parallel with N processes. Defaults to 'auto', "
128128
"which sets N to the number of logical CPUs."
129129
"Values <= 1 are all considered 1.",
130130
default=StoreNumJobsAction.job_count("auto")

0 commit comments

Comments
 (0)