[Python-checkins] r70384 - peps/trunk/pep-0377.txt

nick.coghlan python-checkins at python.org
Sun Mar 15 13:48:49 CET 2009


Author: nick.coghlan
Date: Sun Mar 15 13:48:49 2009
New Revision: 70384

Log:
Fix typo

Modified:
   peps/trunk/pep-0377.txt

Modified: peps/trunk/pep-0377.txt
==============================================================================
--- peps/trunk/pep-0377.txt	(original)
+++ peps/trunk/pep-0377.txt	Sun Mar 15 13:48:49 2009
@@ -15,7 +15,7 @@
 ========
 
 This PEP proposes a backwards compatible mechanism that allows ``__enter__()``
-methods to skip the body of the associated ``with`` statment. The lack of
+methods to skip the body of the associated ``with`` statement. The lack of
 this ability currently means the ``contextlib.contextmanager`` decorator
 is unable to fulfil its specification of being able to turn arbitrary
 code into a context manager by moving it into a generator function


More information about the Python-checkins mailing list