Skip to content

Commit f6d7e89

Browse files
committed
Fix typo in code sample
1 parent 89fb7a9 commit f6d7e89

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
@@ -353,4 +353,4 @@ add_movies_json_1: |-
353353
354354
json_file = open('movies.json')
355355
movies = json.load(json_file)
356-
client..index('movies').add_documents(movies)
356+
client.index('movies').add_documents(movies)

0 commit comments

Comments
 (0)