https://github.com/python/cpython/commit/89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89
commit: 89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-02-22T19:05:10+03:00
summary:

Add measuring unit to `sys.getswitchinterval` docs (#130457)

files:
M Doc/library/sys.rst

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index eaa8aa711db173..67dc3e7f2982d7 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -895,7 +895,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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to