summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-05-18 19:21:00 -0700
committerGitHub <noreply@github.com>2021-05-18 19:21:00 -0700
commitac69c8b6e6437969dd375baea7527ba93b0db3be (patch)
treeb0de5f1e9543b9ec59bb67f48d11c68ac992084b
parentd7731e5c9bbfd5668f1e26dd4bd6583690496313 (diff)
parent913e064d08a55835383ddc45293fadc11e0eeab3 (diff)
downloadflake8-ac69c8b6e6437969dd375baea7527ba93b0db3be.tar.gz
Merge pull request #1338 from PyCQA/asottile-patch-1
Clarify where `--jobs` is disabled
-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``