Skip to content

Commit f5eb32a

Browse files
vadim-suapawlowskij
authored andcommitted
Fix a comment typo
1 parent a76345f commit f5eb32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/galaxy/api/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def update_game(self, game: Game) -> None:
300300
def unlock_achievement(self, game_id: str, achievement: Achievement) -> None:
301301
"""Notify the client to unlock an achievement for a specific game.
302302
303-
:param game_id: the of the game for which to unlock an achievement.
303+
:param game_id: the id of the game for which to unlock an achievement.
304304
:param achievement: achievement to unlock.
305305
"""
306306
params = {

0 commit comments

Comments
 (0)