]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125678...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 Oct 2024 00:54:12 +0000 (02:54 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 00:54:12 +0000 (00:54 +0000)
Co-authored-by: Tom Most <twm@freecog.net>
Doc/library/os.rst

index b93e01e99869c95fb9dae51fd1befee492cec256..2984b3dc9ae861a5c5261ebc16a39931c52db1ce 100644 (file)
@@ -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