]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
authorTom Most <twm@freecog.net>
Sun, 20 Oct 2024 00:48:06 +0000 (17:48 -0700)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 00:48:06 +0000 (01:48 +0100)
Doc/library/os.rst

index 33dd58febd9a5ebb5624a9546e00f9abd306e89a..081d7a6f97b0791b7df023c29f6c8734ddf8b9e1 100644 (file)
@@ -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