From bb6fb72d3d3fea7db6d8099035e8bbe02498222c Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sat, 27 Dec 2025 07:48:01 -0300 Subject: [PATCH] no-issue: Fix override value in os.rst (gh-123522) (cherry picked from commit f5e11facf2d3d89ea8c387376d5889b959c60d82) Co-authored-by: Rafael Fontenelle --- Doc/library/os.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1e109264d3dd1d..35585481d75ae3 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.