Typo in comment

This commit is contained in:
Crista Lopes
2014-03-08 14:14:57 -08:00
parent 34f37b87cc
commit adc29f814a

View File

@@ -87,7 +87,7 @@ def frequencies():
# Push the result onto the stack
stack.append(heap['word_freqs'])
del heap['word_freqs'] # We dont need this variable anymore
del heap['word_freqs'] # We don't need this variable anymore
def sort():
# Not in style, left as exercise