[Python-checkins] r86494 - peps/trunk/pep-0008.txt

georg.brandl python-checkins at python.org
Wed Nov 17 19:26:43 CET 2010


Author: georg.brandl
Date: Wed Nov 17 19:26:43 2010
New Revision: 86494

Log:
declarations are very rare in Python

Modified:
   peps/trunk/pep-0008.txt

Modified: peps/trunk/pep-0008.txt
==============================================================================
--- peps/trunk/pep-0008.txt	(original)
+++ peps/trunk/pep-0008.txt	Wed Nov 17 19:26:43 2010
@@ -565,7 +565,7 @@
 
     Constants
 
-       Constants are usually declared on a module level and written in all
+       Constants are usually defined on a module level and written in all
        capital letters with underscores separating words.  Examples include
        MAX_OVERFLOW and TOTAL.
 


More information about the Python-checkins mailing list