We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5624bf9 commit 833fbe9Copy full SHA for 833fbe9
1 file changed
Doc/library/os.rst
@@ -5523,7 +5523,7 @@ Miscellaneous System Information
5523
5524
.. versionchanged:: 3.13
5525
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5526
- :func:`cpu_count` returns the overridden value *n*.
+ :func:`cpu_count` returns the override value *n*.
5527
5528
5529
.. function:: getloadavg()
@@ -5545,7 +5545,7 @@ Miscellaneous System Information
5545
in the **system**.
5546
5547
5548
- :func:`process_cpu_count` returns the overridden value *n*.
+ :func:`process_cpu_count` returns the override value *n*.
5549
5550
See also the :func:`sched_getaffinity` function.
5551
0 commit comments