Skip to content

Commit

Permalink
Merge #960
Browse files Browse the repository at this point in the history
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 <38587581+alenpaulvarghese@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and alenpaulvarghese committed May 15, 2024
2 parents 6605bb0 + b676711 commit 00e7ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def get_document(
document_id:
Unique identifier of the document.
parameters (optional):
parameters accepted by the get document route: hhttps://www.meilisearch.com/docs/reference/api/documents#get-one-document
parameters accepted by the get document route: https://www.meilisearch.com/docs/reference/api/documents#get-one-document
Returns
-------
Expand Down

0 comments on commit 00e7ce4

Please sign in to comment.