From 2d745846c2fd1e9c2f10f393ec714203a77df31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 20 Jul 2020 21:18:13 +0200 Subject: [PATCH] Fix some comments in BasicGame. --- basic_game.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic_game.py b/basic_game.py index a8c37e0..78ac74c 100644 --- a/basic_game.py +++ b/basic_game.py @@ -207,9 +207,9 @@ class BasicGameMappings: class BasicGame(mobase.IPluginGame): - """ This class implements some methods from mobase.IPluginGame + """This class implements some methods from mobase.IPluginGame to make it easier to create game plugins without having to implement - all the methods of mobase.IPluginGame. """ + all the methods of mobase.IPluginGame.""" # List of steam games: steam_games: Dict[str, str]