summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-05-18 19:18:54 -0700
committerGitHub <noreply@github.com>2021-05-18 19:18:54 -0700
commit913e064d08a55835383ddc45293fadc11e0eeab3 (patch)
treeb0de5f1e9543b9ec59bb67f48d11c68ac992084b /docs
parentd7731e5c9bbfd5668f1e26dd4bd6583690496313 (diff)
downloadflake8-913e064d08a55835383ddc45293fadc11e0eeab3.tar.gz
Clarify where `--jobs` is disabled
Diffstat (limited to 'docs')
-rw-r--r--docs/source/user/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst
index 7141e7a..faeb17e 100644
--- a/docs/source/user/options.rst
+++ b/docs/source/user/options.rst
@@ -792,8 +792,8 @@ Options and their Descriptions
.. note::
- This option is ignored on Windows because :mod:`multiprocessing` does
- not support Windows across all supported versions of Python.
+ This option is ignored on platforms where ``fork`` is not a
+ supported ``multiprocessing`` method.
This defaults to: ``auto``