Skip to content

Commit 020840e

Browse files
committed
Fix typos in docstrings
1 parent 29ed924 commit 020840e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gogs_client/auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def update_kwargs(self, kwargs):
2020

2121
class Token(Authentication):
2222
"""
23-
An immutable represention of a Gogs authentication token
23+
An immutable representation of a Gogs authentication token
2424
"""
2525
def __init__(self, token):
2626
"""
@@ -31,7 +31,7 @@ def __init__(self, token):
3131
@property
3232
def token(self):
3333
"""
34-
The contents of the Gogs authenticatino token
34+
The contents of the Gogs authentication token
3535
3636
:rtype: str
3737
"""

0 commit comments

Comments
 (0)