We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a0671 commit a8513b4Copy full SHA for a8513b4
1 file changed
github2/users.py
@@ -41,7 +41,7 @@ class User(BaseData):
41
format="user")
42
43
def is_authenticated(self):
44
- """Test for user auththenication
+ """Test for user authentication
45
46
:return bool: ``True`` if user is authenticated"""
47
return self.plan is not None
0 commit comments