Thanks to visit codestin.com Credit goes to github.com
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 2780df4 commit dda9ecbCopy full SHA for dda9ecb
1 file changed
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