Skip to content

Commit 08cc5f3

Browse files
timgates42ewdurbin
andauthored
Fix simple typo: thorugh -> through (#7351)
Closes #7350 Co-authored-by: Ernest W. Durbin III <[email protected]>
1 parent 87b2cee commit 08cc5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def format_classifiers(classifiers):
132132
if value:
133133
structured[key].append(value[0])
134134

135-
# Go thorugh and ensure that all of the lists in our classifiers are in
135+
# Go through and ensure that all of the lists in our classifiers are in
136136
# sorted order.
137137
structured = {k: sorted(v) for k, v in structured.items()}
138138

0 commit comments

Comments
 (0)