From c2610debe62c7c8cf25011290dc9dade27dc5c3a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 17 Jan 2022 17:20:44 -0500 Subject: [PATCH] fix docs build --- src/flake8/checker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/flake8/checker.py b/src/flake8/checker.py index 2d6421f..d03d84d 100644 --- a/src/flake8/checker.py +++ b/src/flake8/checker.py @@ -243,8 +243,7 @@ class Manager: or whether to run them in serial. If running the checks in parallel causes a problem (e.g., - https://github.com/pycqa/flake8/issues/117) this also implements - fallback to serial processing. + :issue:`117`) this also implements fallback to serial processing. """ try: if self.jobs > 1 and len(self.checkers) > 1: