mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
297996b7d3
commit
35c7bb202f
|
@ -10,7 +10,7 @@ def interleave(inter, f, seq):
|
|||
seq = iter(seq)
|
||||
try:
|
||||
f(seq.next())
|
||||
except StopIteration:
|
||||
except StopIteration:
|
||||
pass
|
||||
else:
|
||||
for x in seq:
|
||||
|
|
Loading…
Reference in New Issue