Core: Fix typo in docstring for hint_points in commonclient (#5673)

This commit is contained in:
Fabian Dill
2025-11-25 22:40:57 +01:00
committed by GitHub
parent 8ea49e76db
commit c2c488410f

View File

@@ -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)"""