From: Tom Most Date: Sun, 20 Oct 2024 00:48:06 +0000 (-0700) Subject: Doc: Fix pluralization in os.process_cpu_count() documentation (#125678) X-Git-Tag: v3.14.0a2~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14cafe1a108cf0be73a27a0001003b5897eec8f0;p=thirdparty%2FPython%2Fcpython.git Doc: Fix pluralization in os.process_cpu_count() documentation (#125678) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 33dd58febd9a..081d7a6f97b0 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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