summaryrefslogtreecommitdiff
path: root/src/flake8/plugins
diff options
context:
space:
mode:
authormsmetko <marijansmetko123@gmail.com>2020-06-07 14:32:43 +0200
committermsmetko <marijansmetko123@gmail.com>2020-06-07 14:32:43 +0200
commite817c63ab155d296cc3f1d2d118cb0773671565b (patch)
treed6785a37ed2c357bcf37d0caf2fd0a81284a853d /src/flake8/plugins
parentb6d3fcacff501a7d0a59dabc506614721e0b2918 (diff)
downloadflake8-e817c63ab155d296cc3f1d2d118cb0773671565b.tar.gz
Help clarify the option behaviour
Diffstat (limited to 'src/flake8/plugins')
-rw-r--r--src/flake8/plugins/pyflakes.py2
1 files changed, 1 insertions, 1 deletions
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",