Skip to content

Commit a76c954

Browse files
authored
Merge pull request #57 from StoicLoofah/56-expansion_typo
fix typo expansion #56
2 parents 7221653 + f782897 commit a76c954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class Replay(Resource):
181181
people_hash = str()
182182

183183
#: SC2 Expansion. One of 'WoL', 'HotS'
184-
expasion = str()
184+
expansion = str()
185185

186186
#: True of the game was resumed from a replay
187187
resume_from_replay = False

0 commit comments

Comments
 (0)