We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ed924 commit 020840eCopy full SHA for 020840e
gogs_client/auth.py
@@ -20,7 +20,7 @@ def update_kwargs(self, kwargs):
20
21
class Token(Authentication):
22
"""
23
- An immutable represention of a Gogs authentication token
+ An immutable representation of a Gogs authentication token
24
25
def __init__(self, token):
26
@@ -31,7 +31,7 @@ def __init__(self, token):
31
@property
32
def token(self):
33
34
- The contents of the Gogs authenticatino token
+ The contents of the Gogs authentication token
35
36
:rtype: str
37
0 commit comments