https://github.com/python/cpython/commit/6c59ea6f1443e69a4b8abb8c953006cddedba916 commit: 6c59ea6f1443e69a4b8abb8c953006cddedba916 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2025-02-22T16:13:31Z summary:
[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 89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89) Co-authored-by: sobolevn <[email protected]> files: M Doc/library/sys.rst diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 70844d4d26b1cb..2ba70cbf7c6a44 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -870,7 +870,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]
