From 0e819c08f91b9fe557f97b0d330c1425e7185f91 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 30 Sep 2014 22:38:02 -0400 Subject: [PATCH] Fix typo --- bookworm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookworm.py b/bookworm.py index 5e6d610..b9b5dfa 100644 --- a/bookworm.py +++ b/bookworm.py @@ -15,7 +15,7 @@ def generate_words(input_file): def words_to_bits(words): - """Converts a lit of words to a string of bits. The '0's correspond + """Converts a list of words to a string of bits. The '0's correspond with an even length word, and the '1's correspond with odd-length words.