fix: minor spelling issues

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2602>
This commit is contained in:
Georg Krause 2023-11-07 09:55:04 +00:00
commit ab73f355c0
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ class TagFilter(filters.FilterSet):
def get_by_similar_tags(qs, tags):
"""
Return a queryset of obects with at least one matching tag.
Return a queryset of objects with at least one matching tag.
Annotate the queryset so you can order later by number of matches.
"""
qs = qs.filter(tagged_items__tag__name__in=tags).annotate(