[Python-checkins] peps: Fix syntax error

nick.coghlan python-checkins at python.org
Tue Feb 21 16:09:08 CET 2012


http://hg.python.org/peps/rev/0f296cb35209
changeset:   4069:0f296cb35209
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Feb 22 01:08:43 2012 +1000
summary:
  Fix syntax error

files:
  pep-0403.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0403.txt b/pep-0403.txt
--- a/pep-0403.txt
+++ b/pep-0403.txt
@@ -269,7 +269,7 @@
     def ...(x):
         return x + i
 
-Statement local namespace:
+Statement local namespace::
 
   # OK, this definitely looks weird and needs further thought...
   in c = math.sqrt(....a*....a + ....b*....b)

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list