Skip to content

Commit b3b3e9b

Browse files
Fixes step id for docexamples
1 parent 8842fa7 commit b3b3e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctests/search_quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
},
184184
]
185185

186-
# STEP_START define_index
186+
# STEP_START create_index
187187
schema = (
188188
TextField("$.brand", as_name="brand"),
189189
TextField("$.model", as_name="model"),

0 commit comments

Comments
 (0)