[Python-checkins] r58531 - python/trunk/Doc/library/stdtypes.rst

facundo.batista python-checkins at python.org
Thu Oct 18 05:44:49 CEST 2007


Author: facundo.batista
Date: Thu Oct 18 05:44:48 2007
New Revision: 58531

Modified:
   python/trunk/Doc/library/stdtypes.rst
Log:

Issue 1289, just a typo.


Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Thu Oct 18 05:44:48 2007
@@ -2160,7 +2160,7 @@
 
 .. method:: contextmanager.__exit__(exc_type, exc_val, exc_tb)
 
-   Exit the runtime context and return a Boolean flag indicating if any expection
+   Exit the runtime context and return a Boolean flag indicating if any exception
    that occurred should be suppressed. If an exception occurred while executing the
    body of the :keyword:`with` statement, the arguments contain the exception type,
    value and traceback information. Otherwise, all three arguments are ``None``.


More information about the Python-checkins mailing list