Skip to content

Commit

Permalink
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
Browse files Browse the repository at this point in the history
  • Loading branch information
twm authored Oct 20, 2024
1 parent 8f5e39d commit 14cafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14cafe1

Please sign in to comment.