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