From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:53:40 +0000 (+0100) Subject: [3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae4cd660893184d445815903b2241edbd3a8c49;p=thirdparty%2FPython%2Fcpython.git [3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1e109264d3dd..35585481d75a 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.