Skip to content

Commit 4c10f55

Browse files
committed
Fix typo.
1 parent 0aef0fd commit 4c10f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def is_authenticated(request):
14-
# NOTE: We do type check so we also support newer versions of Djando when
14+
# NOTE: We do type check so we also support newer versions of Django when
1515
# is_authenticated and some other methods have been properties
1616
if isinstance(request.user.is_authenticated, (types.FunctionType,
1717
types.MethodType)):

0 commit comments

Comments
 (0)