cpython: Issue #17586: fix typo in contextlib.rst

http://hg.python.org/cpython/rev/18e699c4d8c0 changeset: 83048:18e699c4d8c0 user: Ned Deily <nad@acm.org> date: Sun Mar 31 17:06:15 2013 -0700 summary: Issue #17586: fix typo in contextlib.rst files: Doc/library/contextlib.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -96,7 +96,7 @@ .. 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:: -- Repository URL: http://hg.python.org/cpython
participants (1)
-
ned.deily