]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130458)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Feb 2025 16:12:45 +0000 (17:12 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 16:12:45 +0000 (16:12 +0000)
Add measuring unit to `sys.getswitchinterval` docs (GH-130457)
(cherry picked from commit 89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89)

Co-authored-by: sobolevn <mail@sobolevn.me>
Doc/library/sys.rst

index 7af7a7c0d7c47b32bdaf298a83729a7a63cdbd6e..7eb1563e9a35827bcd7b2daf90e7633e8e53a81d 100644 (file)
@@ -883,7 +883,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