updating docs more
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 35s

This commit is contained in:
SeaswimmerTheFsh 2023-12-20 14:28:15 -05:00
parent 58bb23c795
commit 6cc8a2dd0b
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
7 changed files with 47 additions and 27 deletions

View file

@ -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`
"""