Skip to content

Commit 89d8b2d

Browse files
authored
Add measuring unit to sys.getswitchinterval docs (#130457)
1 parent 65b339c commit 89d8b2d

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
@@ -895,7 +895,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
895895

896896
.. function:: getswitchinterval()
897897

898-
Return the interpreter's "thread switch interval"; see
898+
Return the interpreter's "thread switch interval" in seconds; see
899899
:func:`setswitchinterval`.
900900

901901
.. versionadded:: 3.2

0 commit comments

Comments
 (0)