From 51659f2e5c80b1120078be7a566bb7ed704e4f93 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 20 Oct 2024 02:54:12 +0200 Subject: [PATCH] [3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125678) (#125742) Co-authored-by: Tom Most --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b93e01e99869..2984b3dc9ae8 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -5541,7 +5541,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 -- 2.47.3