From 49f928e7546a6d0de89325e67bad24e989569cee Mon Sep 17 00:00:00 2001 From: Sli Date: Wed, 10 Jul 2019 12:12:56 +0200 Subject: [PATCH] Apply suggestion to pedagogy/views.py --- pedagogy/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pedagogy/views.py b/pedagogy/views.py index befeb3c8..93b1b525 100644 --- a/pedagogy/views.py +++ b/pedagogy/views.py @@ -193,7 +193,7 @@ class UVListView(CanViewMixin, CanCreateUVFunctionMixin, ListView): if len(search) == 1: # It's a search with only one letter - # Hastack doesn't work well with only one letter + # Haystack doesn't work well with only one letter return queryset.filter(code__istartswith=search) try: