From f5eb32aa19c7b366e3d0791e5c14f09550f88f7b Mon Sep 17 00:00:00 2001 From: Vadim Suharnikov Date: Sat, 3 Aug 2019 13:05:25 +0300 Subject: [PATCH] Fix a comment typo --- src/galaxy/api/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galaxy/api/plugin.py b/src/galaxy/api/plugin.py index c5bf87c..415a448 100644 --- a/src/galaxy/api/plugin.py +++ b/src/galaxy/api/plugin.py @@ -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 = {