Fix typo (closes #2784)

This commit is contained in:
Ines Montani 2018-09-21 10:45:11 +02:00
parent 68b3c544d5
commit 3c4e3ade30
3 changed files with 3 additions and 3 deletions

View File

@ -689,7 +689,7 @@ cdef class Token:
property orth_:
"""RETURNS (unicode): Verbatim text content (identical to
`Token.text`). Existst mostly for consistency with the other
`Token.text`). Exists mostly for consistency with the other
attributes.
"""
def __get__(self):

View File

@ -173,7 +173,7 @@ p The L2 norm of the lexeme's vector representation.
+cell #[code orth_]
+cell unicode
+cell
| Verbatim text content (identical to #[code Lexeme.text]). Existst
| Verbatim text content (identical to #[code Lexeme.text]). Exists
| mostly for consistency with the other attributes.
+row

View File

@ -544,7 +544,7 @@ p The L2 norm of the token's vector representation.
+cell #[code orth_]
+cell unicode
+cell
| Verbatim text content (identical to #[code Token.text]). Existst
| Verbatim text content (identical to #[code Token.text]). Exists
| mostly for consistency with the other attributes.
+row