We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de58b31 commit ea298e1Copy full SHA for ea298e1
Doc/library/contextlib.rst
@@ -191,7 +191,7 @@ Functions and classes provided:
191
.. function:: suppress(*exceptions)
192
193
Return a context manager that suppresses any of the specified exceptions
194
- if they are raised in the body of a :keyword:`!with` statement and then
+ if they occur in the body of a :keyword:`!with` statement and then
195
resumes execution with the first statement following the end of the
196
:keyword:`!with` statement.
197
0 commit comments