From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 22 Feb 2025 16:12:45 +0000 (+0100) Subject: [3.13] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130458) X-Git-Tag: v3.13.3~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27a28eef873b7f96ff026131ac16e7b6e517cbe2;p=thirdparty%2FPython%2Fcpython.git [3.13] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130458) Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (cherry picked from commit 89d8b2d14bb6f7e5c4565b5c3f56d917e6134c89) Co-authored-by: sobolevn --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 7af7a7c0d7c4..7eb1563e9a35 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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