We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76345f commit f5eb32aCopy full SHA for f5eb32a
src/galaxy/api/plugin.py
@@ -300,7 +300,7 @@ def update_game(self, game: Game) -> None:
300
def unlock_achievement(self, game_id: str, achievement: Achievement) -> None:
301
"""Notify the client to unlock an achievement for a specific game.
302
303
- :param game_id: the of the game for which to unlock an achievement.
+ :param game_id: the id of the game for which to unlock an achievement.
304
:param achievement: achievement to unlock.
305
"""
306
params = {
0 commit comments