Skip to content

Commit ed5489c

Browse files
committed
Fix code-samples
1 parent ed86de1 commit ed5489c

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
@@ -4,7 +4,7 @@
44
# You can read more on https://github.com/meilisearch/documentation/tree/master/.vuepress/code-samples
55
---
66
get_one_index_1: |-
7-
index = client.get_index('movies')
7+
client.get_index('movies')
88
list_all_indexes_1: |-
99
client.get_indexes()
1010
create_an_index_1: |-

0 commit comments

Comments
 (0)