Update Doc/library/multiprocessing.rst

Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
Emmanuel Arias 2020-12-05 13:29:29 -03:00 committed by GitHub
parent 97fb732425
commit 674f936acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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::