Add comma

This commit is contained in:
richardpaulhudson 2023-01-26 20:44:42 +01:00
parent bd46e849dd
commit 4fbc408b76

View File

@ -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"}