Skip to content

Commit 51659f2

Browse files
miss-islingtontwm
andauthored
[3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125678) (#125742)
Co-authored-by: Tom Most <[email protected]>
1 parent b03281e commit 51659f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5541,7 +5541,7 @@ Miscellaneous System Information
55415541
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
55425542
:func:`process_cpu_count` returns the overridden value *n*.
55435543

5544-
See also the :func:`sched_getaffinity` functions.
5544+
See also the :func:`sched_getaffinity` function.
55455545

55465546
.. versionadded:: 3.13
55475547

0 commit comments

Comments
 (0)