Skip to content

Commit a8513b4

Browse files
committed
[QA] Fix wild spelling of 'authentication'.
1 parent f2a0671 commit a8513b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github2/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class User(BaseData):
4141
format="user")
4242

4343
def is_authenticated(self):
44-
"""Test for user auththenication
44+
"""Test for user authentication
4545
4646
:return bool: ``True`` if user is authenticated"""
4747
return self.plan is not None

0 commit comments

Comments
 (0)