From eda158793b3b5c587551dc06e5bf73a313d06b97 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Tue, 18 Mar 2014 13:52:19 -0700 Subject: [PATCH] Typo (dyslexia) --- 01-good-old-times/tf-01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-good-old-times/tf-01.py b/01-good-old-times/tf-01.py index 065f8e0..d33cb4f 100755 --- a/01-good-old-times/tf-01.py +++ b/01-good-old-times/tf-01.py @@ -21,7 +21,7 @@ data = [] # If these two assumptions didn't hold, the algorithm would # need to be changed considerably. -# Overall stragety: (PART 1) read the input file, count the +# Overall strategy: (PART 1) read the input file, count the # words, increment/store counts in secondary memory (a file) # (PART 2) find the 25 most frequent words in secondary memory