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

nick.coghlan python-checkins at python.org
Sun Mar 15 02:28:54 CET 2009


Author: nick.coghlan
Date: Sun Mar 15 02:28:54 2009
New Revision: 70374

Log:
Formatting fix

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 02:28:54 2009
@@ -214,7 +214,7 @@
 statements at the AST level, thus allowing the semantics of actual nested
 ``with`` statements to be reproduced accurately. However, such a change
 would highlight rather than alleviate the problem the current PEP aims to
-address: it would not be possible to use ``contextlib.contextmanager``to
+address: it would not be possible to use ``contextlib.contextmanager`` to
 reliably factor out such ``with`` statements, as they would exhibit exactly
 the same semantic differences as are seen with the ``combined()`` context
 manager in the above example.


More information about the Python-checkins mailing list