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 9316e4b commit bae4cd6Copy full SHA for bae4cd6
1 file changed
Doc/library/os.rst
@@ -5616,7 +5616,7 @@ Miscellaneous System Information
5616
5617
.. versionchanged:: 3.13
5618
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5619
- :func:`cpu_count` returns the overridden value *n*.
+ :func:`cpu_count` returns the override value *n*.
5620
5621
5622
.. function:: getloadavg()
@@ -5638,7 +5638,7 @@ Miscellaneous System Information
5638
in the **system**.
5639
5640
5641
- :func:`process_cpu_count` returns the overridden value *n*.
+ :func:`process_cpu_count` returns the override value *n*.
5642
5643
See also the :func:`sched_getaffinity` function.
5644
0 commit comments