]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add measuring unit to `sys.getswitchinterval` docs (#130457)
authorsobolevn <mail@sobolevn.me>
Sat, 22 Feb 2025 16:05:10 +0000 (19:05 +0300)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 16:05:10 +0000 (19:05 +0300)
Doc/library/sys.rst

index eaa8aa711db173b6f03d096af9175f05ac9336db..67dc3e7f2982d724f29d05873fe4801e277dec0e 100644 (file)
@@ -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