Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36f97d6

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/standard/search/snippets/snippets.py

Copy file name to clipboardExpand all lines: appengine/standard/search/snippets/snippets.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.