Skip to content

Commit 67179a7

Browse files
committed
docs(levels): clarify return value in get_xp_and_level docstring
1 parent 3e09cac commit 67179a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tux/database/controllers/levels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def get_xp_and_level(self, member_id: int, guild_id: int) -> tuple[float,
7979
Returns
8080
-------
8181
tuple[float, int]
82-
A tuple containing the XP and level of the member. Returns None if not found.
82+
A tuple containing the XP and level of the member.
8383
"""
8484

8585
def _fail(msg: str) -> NoReturn:

0 commit comments

Comments
 (0)