Skip to content

Commit

Permalink
Fixes step id for docexamples
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-kolevska committed Jul 5, 2023
1 parent 8842fa7 commit b3b3e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctests/search_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
},
]

# STEP_START define_index
# STEP_START create_index
schema = (
TextField("$.brand", as_name="brand"),
TextField("$.model", as_name="model"),
Expand Down

0 comments on commit b3b3e9b

Please sign in to comment.