[Python-checkins] r70422 - peps/trunk/pep-0379.txt

georg.brandl python-checkins at python.org
Mon Mar 16 22:32:59 CET 2009


Author: georg.brandl
Date: Mon Mar 16 22:32:58 2009
New Revision: 70422

Log:
PEP8 nit.

Modified:
   peps/trunk/pep-0379.txt

Modified: peps/trunk/pep-0379.txt
==============================================================================
--- peps/trunk/pep-0379.txt	(original)
+++ peps/trunk/pep-0379.txt	Mon Mar 16 22:32:58 2009
@@ -33,7 +33,7 @@
 
    seems awfully limited, when this:
 
-       if (f_result() as res) == [1, 2, 3] :
+       if (f_result() as res) == [1, 2, 3]:
 
    is probably the desired result. 
 


More information about the Python-checkins mailing list