Skip to content

Commit ccd86d7

Browse files
committed
Fix return of get_raw_indexes
1 parent 2a3cebe commit ccd86d7

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
@@ -125,7 +125,7 @@ def get_raw_indexes(self, parameters: Optional[Dict[str, Any]] = None) -> List[D
125125
Returns
126126
-------
127127
indexes:
128-
List of indexes in dictionary format. (e.g [{ 'uid': 'movies' 'primaryKey': 'objectID' }])
128+
Dictionary with limit, offset, total and results a list of indexes in dictionary format. (e.g [{ 'uid': 'movies' 'primaryKey': 'objectID' }])
129129
130130
Raises
131131
------

0 commit comments

Comments
 (0)