Skip to content

Commit bae4cd6

Browse files
[3.14] no-issue: Fix override value in os.rst (gh-123522) (gh-143211)
1 parent 9316e4b commit bae4cd6

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
@@ -5616,7 +5616,7 @@ Miscellaneous System Information
56165616

56175617
.. versionchanged:: 3.13
56185618
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5619-
:func:`cpu_count` returns the overridden value *n*.
5619+
:func:`cpu_count` returns the override value *n*.
56205620

56215621

56225622
.. function:: getloadavg()
@@ -5638,7 +5638,7 @@ Miscellaneous System Information
56385638
in the **system**.
56395639

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

56435643
See also the :func:`sched_getaffinity` function.
56445644

0 commit comments

Comments
 (0)