Skip to content

Commit d6e846a

Browse files
committed
Doh, fix typo
1 parent 609059a commit d6e846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/django_stubs_ext/aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from django.utils.functional import _StrOrPromise as StrOrPromise
66
from django.utils.functional import _StrPromise as StrPromise
77

8-
# Depecated type aliases. Use the QuerySet class directly instead.
8+
# Deprecated type aliases. Use the QuerySet class directly instead.
99
QuerySetAny = _QuerySetAny
1010
ValuesQuerySet = _QuerySet[_T, _Row]
1111
else:

0 commit comments

Comments
 (0)