Merge pull request #1338 from PyCQA/asottile-patch-1

Clarify where `--jobs` is disabled
This commit is contained in:
Anthony Sottile 2021-05-18 19:21:00 -07:00 committed by GitHub
commit ac69c8b6e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -792,8 +792,8 @@ Options and their Descriptions
.. note:: .. note::
This option is ignored on Windows because :mod:`multiprocessing` does This option is ignored on platforms where ``fork`` is not a
not support Windows across all supported versions of Python. supported ``multiprocessing`` method.
This defaults to: ``auto`` This defaults to: ``auto``