We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ff858 commit 64a5fa3Copy full SHA for 64a5fa3
meilisearch/index.py
@@ -72,7 +72,7 @@ def fetch_info(self):
72
Returns
73
-------
74
index : Index
75
- An instance of Index containing the information of the index.
+ An Index instance containing the information of the index.
76
"""
77
index_dict = self.http.get('{}/{}'.format(self.config.paths.index, self.uid))
78
self.primary_key = index_dict['primaryKey']
0 commit comments