Merge pull request #841 from jondoughty/patch-1

Updated Token class documentation
This commit is contained in:
Ines Montani 2017-02-16 23:47:51 +01:00 committed by GitHub
commit 49a102aff3

View File

@ -109,7 +109,7 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
+row
+cell #[code suffix_]
+cell unicode
+cell Length-N substring from the start of the word. Defaults to #[code N=3].
+cell Length-N substring from the end of the word. Defaults to #[code N=3].
+row
+cell #[code is_alpha]