Skip to content

Commit 7e2fed9

Browse files
Kamimattip
authored andcommitted
Fix typo.
1 parent 183da75 commit 7e2fed9

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)