mirror of https://github.com/python/cpython
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
This commit is contained in:
parent
8f5e39d5c8
commit
14cafe1a10
|
@ -5579,7 +5579,7 @@ Miscellaneous System Information
|
|||
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
|
||||
:func:`process_cpu_count` returns the overridden value *n*.
|
||||
|
||||
See also the :func:`sched_getaffinity` functions.
|
||||
See also the :func:`sched_getaffinity` function.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
|
|
Loading…
Reference in New Issue