Revert accidental edit to unrelated PEP

This commit is contained in:
Nick Coghlan 2012-06-20 23:11:17 +10:00
parent 31b656092d
commit a2cb158ec2
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ And early binding semantics in a list comprehension could be attained via::
def adder(i):
return lambda x: x + i
If a list comprehension grows to the
Proposal
========