Skip to content

Commit 14cafe1

Browse files
authored
Doc: Fix pluralization in os.process_cpu_count() documentation (python#125678)
1 parent 8f5e39d commit 14cafe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5579,7 +5579,7 @@ Miscellaneous System Information
55795579
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
55805580
:func:`process_cpu_count` returns the overridden value *n*.
55815581

5582-
See also the :func:`sched_getaffinity` functions.
5582+
See also the :func:`sched_getaffinity` function.
55835583

55845584
.. versionadded:: 3.13
55855585

0 commit comments

Comments
 (0)