From: Rafael Fontenelle Date: Sat, 27 Dec 2025 10:48:01 +0000 (-0300) Subject: no-issue: Fix override value in os.rst (gh-123522) X-Git-Tag: v3.15.0a5~11^2~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e11facf2d3d89ea8c387376d5889b959c60d82;p=thirdparty%2FPython%2Fcpython.git no-issue: Fix override value in os.rst (gh-123522) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 671270d61122..f75ad4e67a66 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -5993,7 +5993,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() @@ -6015,7 +6015,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.