We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00411e3 commit 18ca54cCopy full SHA for 18ca54c
sc2reader/events/game.py
@@ -354,7 +354,7 @@ class SelectionEvent(GameEvent):
354
Starting in Starcraft 2.0.0, selection events targetting control group
355
buffers are also generated when control group selections are modified
356
by non-player actions. When a player action updates a control group
357
- a :class:`HotkeyEvent` is generated.
+ a :class:`ControlGroupEvent` is generated.
358
"""
359
def __init__(self, frame, pid, data):
360
super(SelectionEvent, self).__init__(frame, pid)
0 commit comments