From f782897d050c9db4448d659dd32545e088565bef Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Wed, 16 May 2018 08:31:33 -0700 Subject: [PATCH] fix typo expansion #56 --- sc2reader/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2reader/resources.py b/sc2reader/resources.py index 0c797015..1cf32ce8 100644 --- a/sc2reader/resources.py +++ b/sc2reader/resources.py @@ -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