mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
Whitespace normalization.
This commit is contained in:
parent
297996b7d3
commit
35c7bb202f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue