Skip to content

Commit 58b0498

Browse files
rffontenellemiss-islington
authored andcommitted
no-issue: Fix override value in os.rst (gh-123522)
(cherry picked from commit f5e11fa) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 5624bf9 commit 58b0498

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
@@ -5523,7 +5523,7 @@ Miscellaneous System Information
55235523

55245524
.. versionchanged:: 3.13
55255525
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5526-
:func:`cpu_count` returns the overridden value *n*.
5526+
:func:`cpu_count` returns the override value *n*.
55275527

55285528

55295529
.. function:: getloadavg()
@@ -5545,7 +5545,7 @@ Miscellaneous System Information
55455545
in the **system**.
55465546

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

55505550
See also the :func:`sched_getaffinity` function.
55515551

0 commit comments

Comments
 (0)