Skip to content

Commit 36f2075

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

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
@@ -63,7 +63,7 @@ def __call__(self, parser, namespace, values, option_string=None):
6363
setattr(namespace, self.dest, self._job_count(values))
6464

6565
@staticmethod
66-
def _job_count(values):
66+
def job_count(values):
6767
if values == "auto":
6868
return os.cpu_count()
6969
return max(int(values), 1)

0 commit comments

Comments
 (0)