Skip to content
Closed
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
expasion --> expansion
Fix for #49
  • Loading branch information
cclauss authored Apr 21, 2018
commit a9b1037924db04ab881c53ab0dea896f0cc89601
2 changes: 1 addition & 1 deletion sc2reader/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class Replay(Resource):
people_hash = str()

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

def __init__(self, replay_file, filename=None, load_level=4, engine=sc2reader.engine, **options):
super(Replay, self).__init__(replay_file, filename, **options)
Expand Down