Skip to content

Commit 00e7ce4

Browse files
Merge #960
960: chore: typo fix in get_document doc comment. r=sanders41 a=alenpaulvarghese # Pull Request ## What does this PR do? - Fix a typo in the get_document doc comment. ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: AlenPaulVarghese <[email protected]>
2 parents 6605bb0 + b676711 commit 00e7ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def get_document(
331331
document_id:
332332
Unique identifier of the document.
333333
parameters (optional):
334-
parameters accepted by the get document route: hhttps://www.meilisearch.com/docs/reference/api/documents#get-one-document
334+
parameters accepted by the get document route: https://www.meilisearch.com/docs/reference/api/documents#get-one-document
335335
336336
Returns
337337
-------

0 commit comments

Comments
 (0)