Skip to content

Commit 64a5fa3

Browse files
curquizaeskombro
andauthored
Update meilisearch/index.py
Co-authored-by: Samuel Jimenez <[email protected]>
1 parent c2ff858 commit 64a5fa3

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
@@ -72,7 +72,7 @@ def fetch_info(self):
7272
Returns
7373
-------
7474
index : Index
75-
An instance of Index containing the information of the index.
75+
An Index instance containing the information of the index.
7676
"""
7777
index_dict = self.http.get('{}/{}'.format(self.config.paths.index, self.uid))
7878
self.primary_key = index_dict['primaryKey']

0 commit comments

Comments
 (0)