mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-02-05 20:41:51 -05:00
Fix a comment typo
This commit is contained in:
committed by
apaulouski
parent
a76345ff6b
commit
f5eb32aa19
@@ -300,7 +300,7 @@ class Plugin:
|
||||
def unlock_achievement(self, game_id: str, achievement: Achievement) -> None:
|
||||
"""Notify the client to unlock an achievement for a specific game.
|
||||
|
||||
: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.
|
||||
:param achievement: achievement to unlock.
|
||||
"""
|
||||
params = {
|
||||
|
||||
Reference in New Issue
Block a user