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 067d6d4 commit 1065ba6Copy full SHA for 1065ba6
Doc/library/contextlib.rst
@@ -267,7 +267,7 @@ Functions and classes provided:
267
.. function:: suppress(*exceptions)
268
269
Return a context manager that suppresses any of the specified exceptions
270
- 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
271
resumes execution with the first statement following the end of the
272
:keyword:`!with` statement.
273
0 commit comments