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 0c33984 commit 80c95c9Copy full SHA for 80c95c9
sc2reader/readers.py
@@ -1074,7 +1074,7 @@ def control_group_update_event(self, data):
1074
1075
def decrement_game_time_remaining_event(self, data):
1076
# really this should be set to 19, and a new GameEventsReader_41743 should be introduced that specifies 32 bits.
1077
- # but I dont care about ability to read old replays.
+ # but I don't care about ability to read old replays.
1078
return dict(decrement_ms=data.read_bits(32))
1079
1080
0 commit comments