From: sobolevn Date: Sat, 22 Feb 2025 16:05:10 +0000 (+0300) Subject: Add measuring unit to `sys.getswitchinterval` docs (#130457) X-Git-Tag: v3.14.0a6~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89;p=thirdparty%2FPython%2Fcpython.git Add measuring unit to `sys.getswitchinterval` docs (#130457) --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index eaa8aa711db1..67dc3e7f2982 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