]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unneeded verb in the phrase in sys.rst (#122718)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Sat, 17 Aug 2024 08:48:31 +0000 (05:48 -0300)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2024 08:48:31 +0000 (14:18 +0530)
Doc/library/sys.rst

index ed809d04167ffd9a218de08d3a5e4491d346c0fd..99252a82d9e9afac085743e91b29a7050bd9f7bb 100644 (file)
@@ -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.