From cd9aaeff60eef894e2a3a895c72c3663902d36ea Mon Sep 17 00:00:00 2001 From: Jason Gassner Date: Wed, 4 Jan 2017 14:29:41 -0600 Subject: [PATCH] corrected spelling. --- python3/word-counter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/word-counter.py b/python3/word-counter.py index 8f683fb..dc20394 100755 --- a/python3/word-counter.py +++ b/python3/word-counter.py @@ -4,7 +4,7 @@ __date__ = '2014.11.7' """ -Count work frequencies within a file. +Count word frequencies within a file. ``` $ word-counter.py shakespeare.md --numWords 4 --maxTuples 3