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`.