From 79988015ff6403297edc36bfa638f4d6bd90a0d5 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 22 Feb 2025 18:45:40 +0300 Subject: [PATCH] Add measuring unit to `sys.getswitchinterval` docs --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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