Help clarify the option behaviour

This commit is contained in:
msmetko 2020-06-07 14:32:43 +02:00
parent b6d3fcacff
commit e817c63ab1

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