Skip to content

Commit 27a28ee

Browse files
[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 89d8b2d) Co-authored-by: sobolevn <[email protected]>
1 parent 131e052 commit 27a28ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
883883

884884
.. function:: getswitchinterval()
885885

886-
Return the interpreter's "thread switch interval"; see
886+
Return the interpreter's "thread switch interval" in seconds; see
887887
:func:`setswitchinterval`.
888888

889889
.. versionadded:: 3.2

0 commit comments

Comments
 (0)