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 605d068 commit 5a526f8Copy full SHA for 5a526f8
sc2reader/scripts/sc2replayer.py
@@ -31,7 +31,7 @@ def getch():
31
32
except ImportError as e:
33
try:
34
- # Opps, we might be on windows, try this one
+ # Oops, we might be on windows, try this one
35
from msvcrt import getch
36
37
# We can't make getch happen, just dump events to the screen
0 commit comments