Merge branch 'doctests-flag-desc' into 'master'

Doctest documentation unclear

Closes #659

See merge request pycqa/flake8!436
This commit is contained in:
Marijan Smetko 2020-06-07 12:35:10 +00:00
commit 150c999470

View file

@ -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",