Skip to content

Commit

Permalink
Merge pull request #57 from StoicLoofah/56-expansion_typo
Browse files Browse the repository at this point in the history
fix typo expansion #56
  • Loading branch information
StoicLoofah authored May 16, 2018
2 parents 7221653 + f782897 commit a76c954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2reader/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class Replay(Resource):
people_hash = str()

#: SC2 Expansion. One of 'WoL', 'HotS'
expasion = str()
expansion = str()

#: True of the game was resumed from a replay
resume_from_replay = False
Expand Down

0 comments on commit a76c954

Please sign in to comment.