Skip to content

Commit

Permalink
Doh, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed May 3, 2024
1 parent 609059a commit d6e846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/django_stubs_ext/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from django.utils.functional import _StrOrPromise as StrOrPromise
from django.utils.functional import _StrPromise as StrPromise

# Depecated type aliases. Use the QuerySet class directly instead.
# Deprecated type aliases. Use the QuerySet class directly instead.
QuerySetAny = _QuerySetAny
ValuesQuerySet = _QuerySet[_T, _Row]
else:
Expand Down

0 comments on commit d6e846a

Please sign in to comment.