From 3ae31f7bd213d4daa2ff51f5b978438ec06ee6f3 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Mon, 24 Apr 2023 20:44:08 +0200 Subject: [PATCH] Update website/docs/api/kb.mdx Co-authored-by: Sofie Van Landeghem --- website/docs/api/kb.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/kb.mdx b/website/docs/api/kb.mdx index 6377af69b..f6c499268 100644 --- a/website/docs/api/kb.mdx +++ b/website/docs/api/kb.mdx @@ -80,7 +80,7 @@ implementation of `KnowledgeBase.get_candidates()`. | Name | Description | | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -| `mentions` | The textual mention or alias. ~~Iterable[SpanGroup]~~ | +| `mentions` | The textual mention or alias. ~~Iterator[SpanGroup]~~ | | **RETURNS** | An iterator (per document) over iterables (per mention) of iterables (per candidate for this mention) with relevant `Candidate` objects. ~~Iterator[Iterable[Iterable[Candidate]]]~~ | ## KnowledgeBase.get_vector {id="get_vector",tag="method"}