From 61bacf81bd97f6ee671428cae861ceb2600ff50c Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Fri, 3 Mar 2023 09:54:28 +0100 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 5c5abaef9..3a1cefe8d 100644 --- a/website/docs/api/kb.mdx +++ b/website/docs/api/kb.mdx @@ -200,7 +200,7 @@ to a certain prior probability. ### InMemoryCandidate.\_\_init\_\_ {id="candidate-init",tag="method"} -Construct a `InMemoryCandidate` object. Usually this constructor is not called +Construct an `InMemoryCandidate` object. Usually this constructor is not called directly, but instead these objects are returned by the `get_candidates` method of the [`entity_linker`](/api/entitylinker) pipe.