https://github.com/python/cpython/commit/833fbe9ea0cffac53b8d4a0ceeefbebdcc31d819
commit: 833fbe9ea0cffac53b8d4a0ceeefbebdcc31d819
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: corona10 <[email protected]>
date: 2025-12-27T10:55:15Z
summary:

[3.13] no-issue: Fix override value in os.rst (gh-123522) (gh-143212)

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index df8c2e582defc2..6603e58f441524 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -5523,7 +5523,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()
@@ -5545,7 +5545,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]

Reply via email to