diff --git a/website/docs/api/token.md b/website/docs/api/token.md index aa55d97c1..a4607b186 100644 --- a/website/docs/api/token.md +++ b/website/docs/api/token.md @@ -417,7 +417,6 @@ The L2 norm of the token's vector representation. | `orth` | int | ID of the verbatim text content. | | `orth_` | unicode | Verbatim text content (identical to `Token.text`). Exists mostly for consistency with the other attributes. | | `vocab` | `Vocab` | The vocab object of the parent `Doc`. | -| `doc` | `Doc` | The parent document. | | `head` | `Token` | The syntactic parent, or "governor", of this token. | | `left_edge` | `Token` | The leftmost token of this token's syntactic descendants. | | `right_edge` | `Token` | The rightmost token of this token's syntactic descendants. |