From 9a29e1a7fe6a61704f34aaf1fe099026e7adfb6b Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 2 Mar 2023 17:53:33 -0600 Subject: [PATCH] Documentation --- game/points.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/points.py b/game/points.py index b0bc284..c636d28 100644 --- a/game/points.py +++ b/game/points.py @@ -9,7 +9,7 @@ from game.base import BaseGameManager class PointsManager(BaseGameManager): - """Commands that run when a player makes a guess""" + """Commands that run when a player wants to view the session leaderboard""" def __init__(self): super().__init__()