mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
This commit is contained in:
parent
8f5e39d5c8
commit
14cafe1a10
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue