Skip to content

Commit a4a658f

Browse files
authored
Merge pull request #247 from code-inflation/patch-1
Fix typo in documentation
2 parents e5eb1bc + b420a7c commit a4a658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textblob/tokenizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def tokenize(self, text, include_punc=True):
4545

4646

4747
class SentenceTokenizer(BaseTokenizer):
48-
"""NLTK's sentence tokenizer (currently PunkSentenceTokenizer).
48+
"""NLTK's sentence tokenizer (currently PunktSentenceTokenizer).
4949
Uses an unsupervised algorithm to build a model for abbreviation words,
5050
collocations, and words that start sentences,
5151
then uses that to find sentence boundaries.

0 commit comments

Comments
 (0)