From 4fbc408b76aa2b6f11c96fa1dfa17a64ba800029 Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Thu, 26 Jan 2023 20:44:42 +0100 Subject: [PATCH] Add comma --- website/docs/api/doc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/doc.mdx b/website/docs/api/doc.mdx index fa6eba841..30d78d958 100644 --- a/website/docs/api/doc.mdx +++ b/website/docs/api/doc.mdx @@ -545,7 +545,7 @@ is displayed. | `search_attr_value` | The value of an attribute to search for in order to determine the sentence to render, e.g. `give`. ~~Optional[str]~~ | | _keyword-only_ | | | `start_i` | The index at which to begin searching or whose containing sentence to render. ~~Optional[int]~~ | -| `length` | The number of tokens to display with their containing sentences. Can be used in isolation to display a portion at the beginning of a document or in conjunction with the other parameters to display more than one sentence. ~~Optional[int]~~ | +| `length` | The number of tokens to display with their containing sentences. Can be used in isolation to display a portion at the beginning of a document, or in conjunction with the other parameters to display more than one sentence. ~~Optional[int]~~ | ## Doc.retokenize {id="retokenize",tag="contextmanager",version="2.1"}