1
0
Fork 0

Fix spelling in various comments

This commit is contained in:
Andy Maloney 2023-01-10 17:24:02 -05:00
parent 917569ef0e
commit e5539a6faf
3 changed files with 5 additions and 5 deletions

View file

@ -116,7 +116,7 @@ def get_list_suggestions(book_list, user, query=None):
def sort_list(request, items):
"""helper to handle the surprisngly involved sorting"""
"""helper to handle the surprisingly involved sorting"""
# sort_by shall be "order" unless a valid alternative is given
sort_by = request.GET.get("sort_by", "order")
if sort_by not in ("order", "title", "rating"):