This commit is contained in:
Ian Adam Naval 2014-09-30 22:38:02 -04:00
parent b3e3ea3427
commit 0e819c08f9

View File

@ -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.