8000 Fix typo: "sory" >> "sort" (#690) · qiwzhang/python-docs-samples@36f97d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36f97d6

Browse files
albertpadinJon Wayne Parrott
authored andcommitted
Fix typo: "sory" >> "sort" (GoogleCloudPlatform#690)
1 parent b1e11b5 commit 36f97d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/search/snippets/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def query_options():
112112
index = search.Index('products')
113113
query_string = "product: piano AND price < 5000"
114114

115-
# Create sort options to sory on price and brand.
115+
# Create sort options to sort on price and brand.
116116
sort_price = search.SortExpression(
117117
expression='price',
118118
direction=search.SortExpression.DESCENDING,

0 commit comments

Comments
 (0)
0