From 7cda5605a074b6c87c1d86f7c43ce08f49a09fa1 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 3 Feb 2021 13:13:58 +0100 Subject: [PATCH] add type --- website/docs/api/top-level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/top-level.md b/website/docs/api/top-level.md index e025aebe5..3a2c65553 100644 --- a/website/docs/api/top-level.md +++ b/website/docs/api/top-level.md @@ -544,7 +544,7 @@ label sets. | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `path` | The path to the labels file generated with [`init labels`](/api/cli#init-labels). ~~Path~~ | | `require` | Whether to require the file to exist. If set to `False` and the labels file doesn't exist, the loader will return `None` and the `initialize` method will extract the labels from the data. Defaults to `False`. ~~bool~~ | -| **CREATES** | The list of labels | +| **CREATES** | The list of labels. ~~List[str]~~ | ### Corpus readers {#corpus-readers source="spacy/training/corpus.py" new="3"}