Skip to content

Commit bd538fa

Browse files
eskombrocurquiza
andauthored
Review Curquiza
Co-authored-by: Clémentine Urquizar <[email protected]>
1 parent ae6528a commit bd538fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meilisearch/index.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def get_update_status(self, update_id):
166166
Parameters
167167
----------
168168
update_id: int
169-
identifier of the update to retieve
169+
identifier of the update to retrieve
170170
Returns
171171
----------
172172
update: `list`
@@ -184,7 +184,7 @@ def get_update_status(self, update_id):
184184
def get_stats(self):
185185
"""Get stats of an index
186186
187-
Get information about number of documents, fieldsfrequencies, ...
187+
Get information about the number of documents, field frequencies, ...
188188
https://docs.meilisearch.com/references/stats.html
189189
Returns
190190
----------
@@ -422,7 +422,7 @@ def update_settings(self, body):
422422
----------
423423
body: `dict`
424424
Dictionnary containing the settings of the index
425-
More information :
425+
More information:
426426
https://docs.meilisearch.com/references/settings.html#update-settings
427427
428428
Returns

0 commit comments

Comments
 (0)