Skip to content

Commit ad76266

Browse files
author
cclauss
authored
fix typo
1 parent 5f91a2a commit ad76266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sc2autosave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
import sc2reader
170170

171171
try:
172-
raw_input # Python 3
172+
raw_input # Python 2
173173
except NameError:
174174
raw_input = input # Python 3
175175

0 commit comments

Comments
 (0)