https://github.com/python/cpython/commit/bae4cd660893184d445815903b2241edbd3a8c49
commit: bae4cd660893184d445815903b2241edbd3a8c49
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: corona10 <[email protected]>
date: 2025-12-27T10:53:40Z
summary:
[3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211)
files:
M Doc/library/os.rst
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 1e109264d3dd1d..35585481d75ae3 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -5616,7 +5616,7 @@ Miscellaneous System Information
.. versionchanged:: 3.13
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is
set,
- :func:`cpu_count` returns the overridden value *n*.
+ :func:`cpu_count` returns the override value *n*.
.. function:: getloadavg()
@@ -5638,7 +5638,7 @@ Miscellaneous System Information
in the **system**.
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is
set,
- :func:`process_cpu_count` returns the overridden value *n*.
+ :func:`process_cpu_count` returns the override value *n*.
See also the :func:`sched_getaffinity` function.
_______________________________________________
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]