Skip to content

Commit 8467117

Browse files
committed
Fix typo
1 parent 604e09e commit 8467117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdstemplate/word_count.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""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.
2+
This module provides operations for tokenization and tracking cumulative word counts in a set of documents.
33
"""
44
from collections import Counter
55
import logging

0 commit comments

Comments
 (0)