Skip to content

Commit 3a4a201

Browse files
committed
Fix typo
1 parent 5174b0f commit 3a4a201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def index(self, uid: str) -> Index:
207207
return Index(self.config, uid=uid)
208208
raise ValueError("The index UID should not be None")
209209

210-
def multi_search(self, queries: List[Dict[str, Any]]) -> Dict[str, List[Dict[str, Any]]:
210+
def multi_search(self, queries: List[Dict[str, Any]]) -> Dict[str, List[Dict[str, Any]]]:
211211
"""Multi Search in the index.
212212
213213
Parameters

0 commit comments

Comments
 (0)