diff --git a/src/cdstemplate/word_count.py b/src/cdstemplate/word_count.py index b1023d3..8037dce 100644 --- a/src/cdstemplate/word_count.py +++ b/src/cdstemplate/word_count.py @@ -1,5 +1,5 @@ """An example of an module with functions and a class that can be imported once the package is installed. -This module provides operations for tokenization and tracking cumulative word counts in a set of docuents. +This module provides operations for tokenization and tracking cumulative word counts in a set of documents. """ from collections import Counter import logging