https://github.com/python/cpython/commit/14cafe1a108cf0be73a27a0001003b5897eec8f0
commit: 14cafe1a108cf0be73a27a0001003b5897eec8f0
branch: main
author: Tom Most <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-10-20T01:48:06+01:00
summary:
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
files:
M Doc/library/os.rst
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 33dd58febd9a5e..081d7a6f97b079 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -5579,7 +5579,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]