Skip to content

Commit 18ca54c

Browse files
committed
fix name of 'ControlGroupEvent' in comments
1 parent 00411e3 commit 18ca54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/events/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class SelectionEvent(GameEvent):
354354
Starting in Starcraft 2.0.0, selection events targetting control group
355355
buffers are also generated when control group selections are modified
356356
by non-player actions. When a player action updates a control group
357-
a :class:`HotkeyEvent` is generated.
357+
a :class:`ControlGroupEvent` is generated.
358358
"""
359359
def __init__(self, frame, pid, data):
360360
super(SelectionEvent, self).__init__(frame, pid)

0 commit comments

Comments
 (0)