From 09f3cfc985f186555d6255950c0970528cd25235 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 19 Aug 2020 19:58:45 +0200 Subject: [PATCH] add version --- website/docs/api/doc.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/api/doc.md b/website/docs/api/doc.md index e8ce7343d..3c4825f0d 100644 --- a/website/docs/api/doc.md +++ b/website/docs/api/doc.md @@ -317,9 +317,7 @@ array of attributes. | `exclude` | String names of [serialization fields](#serialization-fields) to exclude. ~~Iterable[str]~~ | | **RETURNS** | The `Doc` itself. ~~Doc~~ | -## Doc.from_docs {#from_docs tag="staticmethod"} - - +## Doc.from_docs {#from_docs tag="staticmethod" new="3"} Concatenate multiple `Doc` objects to form a new one. Raises an error if the `Doc` objects do not all share the same `Vocab`.