We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e11b5 commit 36f97d6Copy full SHA for 36f97d6
appengine/standard/search/snippets/snippets.py
@@ -112,7 +112,7 @@ def query_options():
112
index = search.Index('products')
113
query_string = "product: piano AND price < 5000"
114
115
- # Create sort options to sory on price and brand.
+ # Create sort options to sort on price and brand.
116
sort_price = search.SortExpression(
117
expression='price',
118
direction=search.SortExpression.DESCENDING,
0 commit comments