We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b2cee commit 08cc5f3Copy full SHA for 08cc5f3
warehouse/filters.py
@@ -132,7 +132,7 @@ def format_classifiers(classifiers):
132
if value:
133
structured[key].append(value[0])
134
135
- # Go thorugh and ensure that all of the lists in our classifiers are in
+ # Go through and ensure that all of the lists in our classifiers are in
136
# sorted order.
137
structured = {k: sorted(v) for k, v in structured.items()}
138
0 commit comments