fix docs build

This commit is contained in:
Anthony Sottile 2022-01-17 17:20:44 -05:00
parent bff62cdf86
commit c2610debe6

View file

@ -243,8 +243,7 @@ class Manager:
or whether to run them in serial. or whether to run them in serial.
If running the checks in parallel causes a problem (e.g., If running the checks in parallel causes a problem (e.g.,
https://github.com/pycqa/flake8/issues/117) this also implements :issue:`117`) this also implements fallback to serial processing.
fallback to serial processing.
""" """
try: try:
if self.jobs > 1 and len(self.checkers) > 1: if self.jobs > 1 and len(self.checkers) > 1: