[Python-checkins] peps: Revert accidental edit to unrelated PEP

nick.coghlan python-checkins at python.org
Wed Jun 20 15:11:40 CEST 2012


http://hg.python.org/peps/rev/d369b9b83b71
changeset:   4470:d369b9b83b71
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Jun 20 23:11:17 2012 +1000
summary:
  Revert accidental edit to unrelated PEP

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


diff --git a/pep-0403.txt b/pep-0403.txt
--- a/pep-0403.txt
+++ b/pep-0403.txt
@@ -90,8 +90,6 @@
     def adder(i):
         return lambda x: x + i
 
-If a list comprehension grows to the 
-
 
 Proposal
 ========

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


More information about the Python-checkins mailing list