From a79d4f2aaaf410f2fbff52b3070477d351ce1018 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 30 Aug 2024 20:34:47 -0300 Subject: [PATCH 1/2] Fix override value in os.rst --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 671270d6112212..4768e94ec2cfca 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() From 664ea44dc06847f8d0ab74ce06055b60d4016b45 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sat, 15 Feb 2025 23:21:13 -0300 Subject: [PATCH 2/2] One more ocurrence --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4768e94ec2cfca..f75ad4e67a66d7 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.