https://github.com/python/cpython/commit/26de1b245e7713d2e60cba5e6417758f9bc2c98b
commit: 26de1b245e7713d2e60cba5e6417758f9bc2c98b
branch: main
author: Rafael Fontenelle <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2024-08-17T14:18:31+05:30
summary:

Remove unneeded verb in the phrase in sys.rst (#122718)

files:
M Doc/library/sys.rst

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index ed809d04167ffd..99252a82d9e9af 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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to