Skip to content

Commit 683e7e3

Browse files
committed
Fixes exception while working with save_objects
1 parent 1940630 commit 683e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/search_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def save_objects(self, objects, request_options=None):
7575
"Algolia is also able to generate objectIDs " \
7676
"automatically but *it's not recommended*. " \
7777
"To do it, use `save_objects(objects, " \
78-
"{'autoGenerateObjectIDIfNotExist' => True})`."
78+
"{'autoGenerateObjectIDIfNotExist': True})`."
7979

8080
raise MissingObjectIdException(message, e.obj)
8181

0 commit comments

Comments
 (0)