mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
auth: correct typos in docstrings
This commit is contained in:
parent
5a10df14ed
commit
a89d53d89c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue