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 1af21ea commit f5e11faCopy full SHA for f5e11fa
1 file changed
Doc/library/os.rst
@@ -5993,7 +5993,7 @@ Miscellaneous System Information
5993
5994
.. versionchanged:: 3.13
5995
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
5996
- :func:`cpu_count` returns the overridden value *n*.
+ :func:`cpu_count` returns the override value *n*.
5997
5998
5999
.. function:: getloadavg()
@@ -6015,7 +6015,7 @@ Miscellaneous System Information
6015
in the **system**.
6016
6017
6018
- :func:`process_cpu_count` returns the overridden value *n*.
+ :func:`process_cpu_count` returns the override value *n*.
6019
6020
See also the :func:`sched_getaffinity` function.
6021
0 commit comments