docs: Fix simple typo, taht -> that (#471)

There is a small typo in djadmin2/filters.py.

Should read `that` rather than `taht`.
This commit is contained in:
Tim Gates 2020-03-05 02:06:19 +11:00 committed by GitHub
parent 08867d7e13
commit 49f569cc6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ class NumericDateFilter(django_filters.DateFilter):
class ChoicesAsLinksWidget(django_widgets.Select):
"""Select form widget taht renders links for choices
"""Select form widget that renders links for choices
instead of select element with options.
"""