Skip to content

Commit 4ae56da

Browse files
authored
Fix override value in os.rst
1 parent 6bfbfc6 commit 4ae56da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@ Miscellaneous System Information
55555555

55565556
.. versionchanged:: 3.13
55575557
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5558-
:func:`cpu_count` returns the overridden value *n*.
5558+
:func:`cpu_count` returns the override value *n*.
55595559

55605560

55615561
.. function:: getloadavg()

0 commit comments

Comments
 (0)