mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] Add measuring unit to sys.getswitchinterval
docs (GH-130457) (#130458)
Add measuring unit to `sys.getswitchinterval` docs (GH-130457)
(cherry picked from commit 89d8b2d14b
)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
parent
131e0528c4
commit
27a28eef87
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
|
|||
|
||||
.. function:: getswitchinterval()
|
||||
|
||||
Return the interpreter's "thread switch interval"; see
|
||||
Return the interpreter's "thread switch interval" in seconds; see
|
||||
:func:`setswitchinterval`.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue