Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ginic committed May 29, 2024
1 parent 604e09e commit 8467117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdstemplate/word_count.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8467117

Please sign in to comment.