Tidy up, make line numbers consistent with text
This commit is contained in:
@@ -40,7 +40,7 @@ def sort(wf, func):
|
||||
|
||||
def print_text(word_freqs, func):
|
||||
for (w, c) in word_freqs[0:25]:
|
||||
print(w, "-", c)
|
||||
print(w, '-', c)
|
||||
func(None)
|
||||
|
||||
def no_op(func):
|
||||
|
||||
Reference in New Issue
Block a user