File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments