mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Merge branch 'doctests-flag-desc' into 'master'
Doctest documentation unclear Closes #659 See merge request pycqa/flake8!436
This commit is contained in:
commit
3d68da9e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue