text cleanup

All evennia.web.website.tests pass.
This commit is contained in:
davewiththenicehat 2021-06-15 16:54:41 -04:00
parent 7336957e9d
commit 787ef8c068
4 changed files with 1 additions and 6 deletions

View file

@ -230,7 +230,7 @@ class HelpDetailView(HelpMixin, DetailView):
# Get the object in question
obj = self.get_object(full_set)
# filter non related caegories from the query set
# filter non related categories from the query set
obj_category = get_help_category(obj)
category_set = []
for entry in full_set: