Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix typo expansion #56
  • Loading branch information
StoicLoofah committed May 16, 2018
commit f782897d050c9db4448d659dd32545e088565bef
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