Skip to content

Commit 6c59ea6

Browse files
[3.12] Add measuring unit to sys.getswitchinterval docs (GH-130457) (#130459)
Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (cherry picked from commit 89d8b2d) Co-authored-by: sobolevn <[email protected]>
1 parent 8559dc3 commit 6c59ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
870870

871871
.. function:: getswitchinterval()
872872

873-
Return the interpreter's "thread switch interval"; see
873+
Return the interpreter's "thread switch interval" in seconds; see
874874
:func:`setswitchinterval`.
875875

876876
.. versionadded:: 3.2

0 commit comments

Comments
 (0)