Update Doc/library/multiprocessing.rst
Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
parent
97fb732425
commit
674f936acc
|
@ -951,7 +951,7 @@ Miscellaneous
|
||||||
use. The number of usable CPUs can be obtained with
|
use. The number of usable CPUs can be obtained with
|
||||||
``len(os.sched_getaffinity(0))``
|
``len(os.sched_getaffinity(0))``
|
||||||
|
|
||||||
When the number of CPUs can not be determined a :exc:`NotImplementedError`
|
When the number of CPUs cannot be determined a :exc:`NotImplementedError`
|
||||||
is raised.
|
is raised.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Reference in New Issue