Skip to content

Commit 810a877

Browse files
mezzodeapawlowskij
authored andcommitted
Fix incorrect field name in GameTime docstring
1 parent e32abe1 commit 810a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/galaxy/api/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class GameTime:
169169
170170
:param game_id: id of the related game
171171
:param time_played: the total time spent in the game in **minutes**
172-
:param last_time_played: last time the game was played (**unix timestamp**)
172+
:param last_played_time: last time the game was played (**unix timestamp**)
173173
"""
174174
game_id: str
175175
time_played: Optional[int]

0 commit comments

Comments
 (0)