Fix incorrect field name in GameTime docstring

This commit is contained in:
mezzode
2019-10-18 13:42:57 -07:00
committed by apaulouski
parent e32abe11b7
commit 810a87718d

View File

@@ -169,7 +169,7 @@ class GameTime:
:param game_id: id of the related game
:param time_played: the total time spent in the game in **minutes**
:param last_time_played: last time the game was played (**unix timestamp**)
:param last_played_time: last time the game was played (**unix timestamp**)
"""
game_id: str
time_played: Optional[int]