Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 21, 2023
1 parent 7ecf705 commit 18dcd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5165,8 +5165,8 @@ Miscellaneous System Information
.. versionadded:: 3.4

.. versionchanged:: 3.13
if :samp:`-X cpu_count={n}` is given, :func:`cpu_count` will return the overrided
value *n*.
if :samp:`-X cpu_count={n}` is given or :envvar:`PYTHONCPUCOUNT` is set,
:func:`cpu_count` will return the overrided value *n*.


.. function:: getloadavg()
Expand Down

0 comments on commit 18dcd44

Please sign in to comment.