From d68150a0578bad55a3ca4052c1a752fc7436db00 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 3 Jan 2023 12:32:55 +0100 Subject: [PATCH] fix table --- website/docs/usage/visualizers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/usage/visualizers.mdx b/website/docs/usage/visualizers.mdx index b0c02db60..48366d02b 100644 --- a/website/docs/usage/visualizers.mdx +++ b/website/docs/usage/visualizers.mdx @@ -127,8 +127,8 @@ import DisplacyEntHtml from 'images/displacy-ent2.html' The entity visualizer lets you customize the following `options`: | Argument | Description | -| -------- | ------------------------------------------------------------------------------------------------------------- | ------ | -| `ents` | Entity types to highlight (`None` for all types). Defaults to `None`. ~~Optional[List[str]]~~ | `None` | +| -------- | ------------------------------------------------------------------------------------------------------------- | +| `ents` | Entity types to highlight (`None` for all types). Defaults to `None`. ~~Optional[List[str]]~~ | | `colors` | Color overrides. Entity types should be mapped to color names or values. Defaults to `{}`. ~~Dict[str, str]~~ | If you specify a list of `ents`, only those entity types will be rendered – for