PEP 572: Fix markup
This commit is contained in:
parent
71fea57f19
commit
423b65b131
|
@ -104,7 +104,7 @@ Python 3.7 semantics::
|
|||
return result
|
||||
numbers = <listcomp>(iter(range(3)))
|
||||
|
||||
Under the new semantics, this would instead be equivalent to:
|
||||
Under the new semantics, this would instead be equivalent to::
|
||||
|
||||
def <listcomp>():
|
||||
result = []
|
||||
|
|
Loading…
Reference in New Issue