[Python-checkins] cpython: Issue #17586: fix typo in contextlib.rst

ned.deily python-checkins at python.org
Mon Apr 1 02:06:52 CEST 2013


http://hg.python.org/cpython/rev/18e699c4d8c0
changeset:   83048:18e699c4d8c0
user:        Ned Deily <nad at 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


More information about the Python-checkins mailing list