Commit fa706a98 authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed typo.

parent 7135d235
...@@ -19,7 +19,7 @@ for i in range(9): ...@@ -19,7 +19,7 @@ for i in range(9):
print 'loaded %d chars' % len(chars) print 'loaded %d chars' % len(chars)
#dump(chars, file('chars', 'w+')) dump(chars, file('chars', 'w+'))
#---------------------------------------------------------------- #----------------------------------------------------------------
chars = load(file('chars', 'r')) chars = load(file('chars', 'r'))
learned = [] learned = []
......
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