Skip to content

Commit f5e11fa

Browse files
authored
no-issue: Fix override value in os.rst (gh-123522)
1 parent 1af21ea commit f5e11fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5993,7 +5993,7 @@ Miscellaneous System Information
59935993

59945994
.. versionchanged:: 3.13
59955995
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5996-
:func:`cpu_count` returns the overridden value *n*.
5996+
:func:`cpu_count` returns the override value *n*.
59975997

59985998

59995999
.. function:: getloadavg()
@@ -6015,7 +6015,7 @@ Miscellaneous System Information
60156015
in the **system**.
60166016

60176017
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
6018-
:func:`process_cpu_count` returns the overridden value *n*.
6018+
:func:`process_cpu_count` returns the override value *n*.
60196019

60206020
See also the :func:`sched_getaffinity` function.
60216021

0 commit comments

Comments
 (0)