From 05bdd853eced8615b3529bc6672823411f83012a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 31 Mar 2013 17:06:15 -0700 Subject: Issue #17586: fix typo in contextlib.rst --- Doc/library/contextlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 5355c94..f18c100 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -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:: -- cgit v0.12