Skip to content

Commit 37a4710

Browse files
alallemabidoubiwa
andauthored
Update .code-samples.meilisearch.yaml
Co-authored-by: cvermand <[email protected]>
1 parent eed607f commit 37a4710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ delete_an_index_1: |-
1717
client.index('movies').delete()
1818
get_one_document_1: |-
1919
client.index('movies').get_document(25684, {
20-
'fields': ['id','title', 'poster', 'release_date']
20+
'fields': ['id', 'title', 'poster', 'release_date']
2121
})
2222
get_documents_1: |-
2323
client.index('movies').get_documents({'limit':2})

0 commit comments

Comments
 (0)