Skip to content

Commit

Permalink
Merge pull request #115 from ljleppan/patch-2
Browse files Browse the repository at this point in the history
FIX: BaseBlob.words(self) incorrect docstring
  • Loading branch information
aboSamoor committed Nov 1, 2017
2 parents a0cd932 + 95eb4ad commit 0e032a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions polyglot/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ def word_tokenizer(self):

@property
def words(self):
"""Return a list of word tokens. This excludes punctuation characters.
If you want to include punctuation characters, access the ``tokens``
"""Return a list of word tokens. This is an alias for the ``tokens``
property.
:returns: A :class:`WordList <WordList>` of word tokens.
"""
Expand Down

0 comments on commit 0e032a0

Please sign in to comment.