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

Doctest documentation unclear

Closes #659

See merge request pycqa/flake8!436
This commit is contained in:
Anthony Sottile 2020-06-07 19:50:11 +00:00
commit 3d68da9e8e

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