]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Sep 2021 23:19:00 +0000 (16:19 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:35:06 +0000 (12:35 +0100)
Previous wording didn't explain the slightly unintuitive behavior.

Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit 24dbe30f8df80740704db3743d071b3218d1276e)

Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
Doc/library/multiprocessing.rst

index 00075915b21aa12d644472c75823b24210883de0..7225b65dcb05d32eca7bb1a108291b062d6f30aa 100644 (file)
@@ -951,7 +951,8 @@ Miscellaneous
    use.  The number of usable CPUs can be obtained with
    ``len(os.sched_getaffinity(0))``
 
-   May raise :exc:`NotImplementedError`.
+   When the number of CPUs cannot be determined a :exc:`NotImplementedError`
+   is raised.
 
    .. seealso::
       :func:`os.cpu_count`