no-issue: Fix override value in os.rst (gh-123522)

This commit is contained in:
Rafael Fontenelle 2025-12-27 07:48:01 -03:00 committed by GitHub
parent 1af21ea320
commit f5e11facf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5993,7 +5993,7 @@ Miscellaneous System Information
.. versionchanged:: 3.13
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
:func:`cpu_count` returns the overridden value *n*.
:func:`cpu_count` returns the override value *n*.
.. function:: getloadavg()
@ -6015,7 +6015,7 @@ Miscellaneous System Information
in the **system**.
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
:func:`process_cpu_count` returns the overridden value *n*.
:func:`process_cpu_count` returns the override value *n*.
See also the :func:`sched_getaffinity` function.