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 29ecd3f commit 9e06ae3Copy full SHA for 9e06ae3
sphinxlint/__main__.py
@@ -124,7 +124,7 @@ def job_count(values):
124
"--jobs",
125
metavar="N",
126
action=StoreNumJobsAction,
127
- help="Run in parallle with N processes, defaults to 'auto', "
+ help="Run in parallel with N processes. Defaults to 'auto', "
128
"which sets N to the number of logical CPUs."
129
"Values <= 1 are all considered 1.",
130
default=StoreNumJobsAction.job_count("auto")
0 commit comments