https://github.com/python/cpython/commit/51659f2e5c80b1120078be7a566bb7ed704e4f93
commit: 51659f2e5c80b1120078be7a566bb7ed704e4f93
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-10-20T00:54:12Z
summary:

[3.13] Doc: Fix pluralization in os.process_cpu_count() documentation 
(GH-125678) (#125742)

Co-authored-by: Tom Most <[email protected]>

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index b93e01e99869c9..2984b3dc9ae861 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -5541,7 +5541,7 @@ Miscellaneous System Information
    If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is 
set,
    :func:`process_cpu_count` returns the overridden value *n*.
 
-   See also the :func:`sched_getaffinity` functions.
+   See also the :func:`sched_getaffinity` function.
 
    .. versionadded:: 3.13
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to