mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Fix typos in --exclude-from-doctest docs
This commit is contained in:
parent
0f9a4b7606
commit
c91a82ce87
1 changed files with 3 additions and 3 deletions
|
|
@ -973,7 +973,7 @@ Options and their Descriptions
|
|||
|
||||
.. prompt:: bash
|
||||
|
||||
flake8 --exclude-in-doctest=dir/subdir/file.py,dir/other/file.py dir/
|
||||
flake8 --exclude-from-doctest=dir/subdir/file.py,dir/other/file.py dir/
|
||||
|
||||
This **can** be specified in config files.
|
||||
|
||||
|
|
@ -981,10 +981,10 @@ Options and their Descriptions
|
|||
|
||||
.. code-block:: ini
|
||||
|
||||
exclude-in-doctest =
|
||||
exclude-from-doctest =
|
||||
dir/subdir/file.py,
|
||||
dir/other/file.py
|
||||
exclude_in_doctest =
|
||||
exclude_from_doctest =
|
||||
dir/subdir/file.py,
|
||||
dir/other/file.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue