From b676711bd090c8e3ec28940b85f645d5d2138770 Mon Sep 17 00:00:00 2001 From: AlenPaulVarghese <38587581+alenpaulvarghese@users.noreply.github.com> Date: Wed, 15 May 2024 13:08:04 +0530 Subject: [PATCH] chore: typo fix in get_document doc comment. --- meilisearch/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch/index.py b/meilisearch/index.py index 080b9c0f..ac75e14c 100644 --- a/meilisearch/index.py +++ b/meilisearch/index.py @@ -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 -------