spelling changes

pull/166/head
Ian Stanley 3 years ago
commit a95f05780b

@ -17,4 +17,4 @@ gen = (i for i in range(1, 100) if i%2==0)
next(gen), next(gen), next(gen), next(gen)
# (2, 4, 6, 8)
# https://wiki.python.org/moin/Generators
# https://wiki.python.org/moin/Generators

Loading…
Cancel
Save