Skip to content

Commit 2a3cebe

Browse files
committed
Adapt return comment for get_indexes
1 parent 3396ad5 commit 2a3cebe

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
@@ -90,7 +90,7 @@ def get_indexes(self, parameters: Optional[Dict[str, Any]] = None) -> Dict[str,
9090
Returns
9191
-------
9292
indexes:
93-
List of Index instances.
93+
Dictionary with limit, offset, total and results a list of Index instances.
9494
9595
Raises
9696
------

0 commit comments

Comments
 (0)