mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Update docstring
This commit is contained in:
parent
1550ab9e2f
commit
7151615260
2 changed files with 3 additions and 2 deletions
|
@ -246,7 +246,7 @@ class Auth(object):
|
|||
""" Get a registered user's ID.
|
||||
|
||||
Args:
|
||||
token (str)- The access token to get the user by.
|
||||
token (str): The access token to get the user by.
|
||||
Returns:
|
||||
dict : dict that includes the user, device_id, and whether the
|
||||
user is a server admin.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue