auth: correct typos in docstrings

This commit is contained in:
Elias Probst 2019-07-29 07:56:57 +00:00 committed by Megan Wilhite
parent 5a10df14ed
commit a89d53d89c

View file

@ -267,7 +267,7 @@ class LoadAuth:
def list_tokens(self):
"""
List all tokens in eauth_tokn storage.
List all tokens in eauth_tokens storage.
"""
return self.tokens["{}.list_tokens".format(self.opts["eauth_tokens"])](
self.opts
@ -605,7 +605,7 @@ class AuthUser:
"""
Instantiate an AuthUser object.
Takes a user to reprsent, as a string.
Takes a user to represent, as a string.
"""
self.user = user