]> granicus.if.org Git - python/commitdiff
Issue #17586: fix typo in contextlib.rst
authorNed Deily <nad@acm.org>
Mon, 1 Apr 2013 00:06:15 +0000 (17:06 -0700)
committerNed Deily <nad@acm.org>
Mon, 1 Apr 2013 00:06:15 +0000 (17:06 -0700)
Doc/library/contextlib.rst

index 5355c94d43e1c7901aee7ed698d3961d73b4afa2..f18c1005331804abdf52d329ce0c80ef12680d1d 100644 (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::