From e817c63ab155d296cc3f1d2d118cb0773671565b Mon Sep 17 00:00:00 2001 From: msmetko Date: Sun, 7 Jun 2020 14:32:43 +0200 Subject: [PATCH] Help clarify the option behaviour --- src/flake8/plugins/pyflakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flake8/plugins/pyflakes.py b/src/flake8/plugins/pyflakes.py index 73ed376..b9b30d0 100644 --- a/src/flake8/plugins/pyflakes.py +++ b/src/flake8/plugins/pyflakes.py @@ -124,7 +124,7 @@ class FlakesChecker(pyflakes.checker.Checker): default=False, action="store_true", parse_from_config=True, - help="check syntax of the doctests", + help="also check syntax of the doctests", ) parser.add_option( "--include-in-doctest",