[Python-checkins] python/nondist/peps pep-0318.txt,1.26,1.27

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Aug 25 15:47:31 CEST 2004


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

Modified Files:
	pep-0318.txt 
Log Message:
Wording tweak

Index: pep-0318.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0318.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- pep-0318.txt	24 Aug 2004 18:56:00 -0000	1.26
+++ pep-0318.txt	25 Aug 2004 13:47:29 -0000	1.27
@@ -81,7 +81,7 @@
 Why Is This So Hard?
 --------------------
 
-A couple decorators (``classmethod()`` and ``staticmethod()``) have
+Two decorators (``classmethod()`` and ``staticmethod()``) have
 been available in Python since version 2.2.  It's been assumed since
 approximately that time that some syntactic support for them would
 eventually be added to the language.  Given this assumption, one might



More information about the Python-checkins mailing list