From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:54:12 +0000 (+0200) Subject: [3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125678... X-Git-Tag: v3.13.1~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51659f2e5c80b1120078be7a566bb7ed704e4f93;p=thirdparty%2FPython%2Fcpython.git [3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125678) (#125742) Co-authored-by: Tom Most --- 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