This commit is contained in:
parent
58bb23c795
commit
6cc8a2dd0b
7 changed files with 47 additions and 27 deletions
|
@ -28,8 +28,7 @@ class ZiplineApi:
|
|||
def get_user(self, user_id: int) -> User:
|
||||
"""Get a user by ID
|
||||
|
||||
:param user_id: Integer ID of the user
|
||||
:type user_id: int
|
||||
user_id (int): Integer ID of the user to retrieve
|
||||
:return: The :class:`pyzipline.models.User` object matching the ID
|
||||
:rtype: :class:`pyzipline.models.User`
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue