Skip to content

Commit a5ca389

Browse files
committed
Adapt return comment for get_documents
1 parent 6df98d5 commit a5ca389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def get_documents(self, parameters: Optional[Dict[str, Any]] = None) -> List[Dic
272272
Returns
273273
-------
274274
document:
275-
List of dictionaries containing the documents information.
275+
Dictionary with limit, offset, total and results a list of dictionaries containing the documents information.
276276
277277
Raises
278278
------

0 commit comments

Comments
 (0)