From c2c488410f6232b134aca366ae74299d32a296d1 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 25 Nov 2025 22:40:57 +0100 Subject: [PATCH] Core: Fix typo in docstring for hint_points in commonclient (#5673) --- CommonClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonClient.py b/CommonClient.py index 7230fcb3eb..1111adb080 100755 --- a/CommonClient.py +++ b/CommonClient.py @@ -323,7 +323,7 @@ class CommonContext: hint_cost: int | None """Current Hint Cost per Hint from the server""" hint_points: int | None - """Current avaliable Hint Points from the server""" + """Current available Hint Points from the server""" player_names: dict[int, str] """Current lookup of slot number to player display name from server (includes aliases)"""