From e3e95f6b76bbdd9ad62fcc82ebda1eb77a216d79 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Thu, 3 Dec 2020 10:19:46 -0800 Subject: [PATCH] Typo --- 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 ac24994..4a63c58 100755 --- a/01-good-old-times/tf-01.py +++ b/01-good-old-times/tf-01.py @@ -95,7 +95,7 @@ f.close() word_freqs.flush() # PART 2 -# Now we need to find the 25 most frequently occuring words. +# Now we need to find the 25 most frequently occurring words. # We don't need anything from the previous values in memory del data[:]