Commit 35c7bb20 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 297996b7
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment