mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #17586: fix typo in contextlib.rst
This commit is contained in:
parent
e268196fb0
commit
05bdd853ec
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Functions and classes provided:
|
|||
|
||||
.. function:: ignored(*exceptions)
|
||||
|
||||
Return a context manager that ignores the specified expections if they
|
||||
Return a context manager that ignores the specified exceptions if they
|
||||
occur in the body of a with-statement.
|
||||
|
||||
For example::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue