diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-10-03 14:38:56 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-10-03 14:38:56 +0000 |
| commit | a4aeb2e209c64efcfadb43cb96809c1f5b80912b (patch) | |
| tree | 6289ecc349caf0f48172f836e480bd23018f3178 | |
| parent | 0f9a4b7606fa8120c7df8f634b87a8bea41fb385 (diff) | |
| parent | c91a82ce870e1b600c5c6010d00595a50ba35b5f (diff) | |
| download | flake8-a4aeb2e209c64efcfadb43cb96809c1f5b80912b.tar.gz | |
Merge branch 'patch-1' into 'master'
Fix typos in --exclude-from-doctest docs
See merge request pycqa/flake8!455
| -rw-r--r-- | docs/source/user/options.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index 980066c..76cca3b 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -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 |
