]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Dec 2025 10:53:40 +0000 (11:53 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Dec 2025 10:53:40 +0000 (10:53 +0000)
Doc/library/os.rst

index 1e109264d3dd1d69cfcd975acc3026ddb3048c7e..35585481d75ae3e2ac83b320755754e38f81263c 100644 (file)
@@ -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.