diff --git a/ext/django_stubs_ext/aliases.py b/ext/django_stubs_ext/aliases.py index 33879f96a..815833723 100644 --- a/ext/django_stubs_ext/aliases.py +++ b/ext/django_stubs_ext/aliases.py @@ -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: