diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b93e01e99869c9..2984b3dc9ae861 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