mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.13] no-issue: Fix override value in os.rst (gh-123522) (gh-143212)
This commit is contained in:
parent
5624bf9758
commit
833fbe9ea0
1 changed files with 2 additions and 2 deletions
|
|
@ -5523,7 +5523,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()
|
||||
|
|
@ -5545,7 +5545,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue