diff --git a/spacy/tokens/token.pyx b/spacy/tokens/token.pyx index 7125963e6..647505547 100644 --- a/spacy/tokens/token.pyx +++ b/spacy/tokens/token.pyx @@ -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): diff --git a/website/api/lexeme.jade b/website/api/lexeme.jade index b1e63d378..c4da5b43e 100644 --- a/website/api/lexeme.jade +++ b/website/api/lexeme.jade @@ -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 diff --git a/website/api/token.jade b/website/api/token.jade index 9a457bcd5..e950c5278 100644 --- a/website/api/token.jade +++ b/website/api/token.jade @@ -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