Skip to content

Commit 1d2c187

Browse files
Update meilisearch/client.py
Co-authored-by: Bruno Casali <[email protected]>
1 parent 2bf5d21 commit 1d2c187

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
@@ -208,7 +208,7 @@ def index(self, uid: str) -> Index:
208208
raise ValueError("The index UID should not be None")
209209

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

0 commit comments

Comments
 (0)