Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)

This commit is contained in:
Tom Most 2024-10-19 17:48:06 -07:00 committed by GitHub
parent 8f5e39d5c8
commit 14cafe1a10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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