[Python-checkins] python/nondist/peps pep-0335.txt,1.1,1.2

goodger at users.sourceforge.net goodger at users.sourceforge.net
Thu Sep 9 16:17:19 CEST 2004


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

Modified Files:
	pep-0335.txt 
Log Message:
spelling

Index: pep-0335.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0335.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep-0335.txt	9 Sep 2004 13:48:44 -0000	1.1
+++ pep-0335.txt	9 Sep 2004 14:17:17 -0000	1.2
@@ -28,7 +28,7 @@
 case of 'and' and 'or', the most likely reason is that these operators
 have short-circuiting semantics, i.e. the second operand is not
 evaluated if the result can be determined from the first operand.  The
-usual techique of providing special methods for these operators
+usual technique of providing special methods for these operators
 therefore would not work.
 
 There is no such difficulty in the case of 'not', however, and it



More information about the Python-checkins mailing list