From: Rafael Fontenelle Date: Sat, 17 Aug 2024 08:48:31 +0000 (-0300) Subject: Remove unneeded verb in the phrase in sys.rst (#122718) X-Git-Tag: v3.14.0a1~757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26de1b245e7713d2e60cba5e6417758f9bc2c98b;p=thirdparty%2FPython%2Fcpython.git Remove unneeded verb in the phrase in sys.rst (#122718) --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index ed809d04167f..99252a82d9e9 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1712,7 +1712,7 @@ always available. To enable, pass a *depth* value greater than zero; this sets the number of frames whose information will be captured. To disable, - pass set *depth* to zero. + set *depth* to zero. This setting is thread-specific.