Commit 6c3faccc authored by Konrad Hinsen's avatar Konrad Hinsen

Typo

parent 57d0e5ff
......@@ -117,7 +117,7 @@ week = [row[0] for row in valid_table]
assert week[0] == 'week'
del week[0]
inc = [row[2] for row in valid_table]
assert inc[0] == 'inc
assert inc[0] == 'inc'
del inc[0]
data = list(zip(week, inc))
#+END_SRC
......
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