summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilipp Fischbeck <pfischbeck@googlemail.com>2020-10-02 19:37:25 +0000
committerPhilipp Fischbeck <pfischbeck@googlemail.com>2020-10-03 09:56:14 +0200
commitc91a82ce870e1b600c5c6010d00595a50ba35b5f (patch)
tree6289ecc349caf0f48172f836e480bd23018f3178 /docs
parent0f9a4b7606fa8120c7df8f634b87a8bea41fb385 (diff)
downloadflake8-c91a82ce870e1b600c5c6010d00595a50ba35b5f.tar.gz
Fix typos in --exclude-from-doctest docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/user/options.rst6
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