Issue #17586: fix typo in contextlib.rst

This commit is contained in:
Ned Deily 2013-03-31 17:06:15 -07:00
parent e268196fb0
commit 05bdd853ec

View file

@ -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::