We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604e09e commit 8467117Copy full SHA for 8467117
src/cdstemplate/word_count.py
@@ -1,5 +1,5 @@
1
"""An example of an module with functions and a class that can be imported once the package is installed.
2
-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.
3
"""
4
from collections import Counter
5
import logging
0 commit comments