removed unused example

This commit is contained in:
Jeremy Ashkenas 2009-12-28 20:05:14 -05:00
parent b4250c0f02
commit 7b5b261743
1 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,4 @@
lunch: food.eat() for food in ['toast', 'cheese', 'wine'].
# Zebra-stripe a table.
highlight(row) for row, i in table if i % 2 is 0.
# Check the first one hundred combinations.
lockpick(combinations[i]) for i in [1..100].
highlight(row) for row, i in table if i % 2 is 0.