[Python-checkins] python/nondist/peps pep-0310.txt,1.4,1.5

mwh at users.sourceforge.net mwh at users.sourceforge.net
Fri Apr 22 10:52:52 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12983

Modified Files:
	pep-0310.txt 
Log Message:
Fix typo Guido just rubbed my eyes into on python-dev.


Index: pep-0310.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0310.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pep-0310.txt	18 Jun 2004 11:41:03 -0000	1.4
+++ pep-0310.txt	22 Apr 2005 08:52:49 -0000	1.5
@@ -157,7 +157,7 @@
     __exit__ method is found, to increase the "out-of-the-box utility"
     of the "with ..." construct.
 
-    There are some simiralities in concept between 'with ...' blocks
+    There are some similarities in concept between 'with ...' blocks
     and generators, which have led to proposals that for loops could
     implement the with block functionality[3].  While neat on some
     levels, we think that for loops should stick to being loops.



More information about the Python-checkins mailing list