Skip to content

Commit e804646

Browse files
authored
Update meilisearch/index.py
1 parent cbce426 commit e804646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meilisearch/index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ def create(config, uid, options=None):
9797
uid: str
9898
UID of the index.
9999
options: dict, optional
100-
Options passed during index creation (ex: { 'primaryKey': 'name' }).
100+
Options passed during index creation.
101+
Ex: Index.create('indexUID', { 'primaryKey': 'name' })
101102
102103
Returns
103104
-------

0 commit comments

Comments
 (0)