This commit is contained in:
Crista Lopes
2013-12-27 18:59:13 -08:00
parent d645baeb02
commit bd251b89d7

View File

@@ -62,7 +62,6 @@ def read_file(path_to_file):
def sort(word_freq):
return sorted(word_freq, key=operator.itemgetter(1), reverse=True)
#
# The main function
#