From 0d26bfe6776279df7cdd0ffae97894c4d1f10e69 Mon Sep 17 00:00:00 2001 From: pierremonico <10991626+pierremonico@users.noreply.github.com> Date: Mon, 8 Apr 2019 10:30:42 +0200 Subject: [PATCH] Removes duplicate in table (#3550) * Removes duplicate in table Just fixing typos. * Remove newline Co-authored-by: Ines Montani --- website/docs/api/token.md | 1 - 1 file changed, 1 deletion(-) 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. |