ggtracker / sc2reader

Extracts gameplay information from Starcraft II replay files
http://pypi.python.org/pypi/sc2reader
MIT License
145 stars 144 forks source link

Fix UnitTypeChangeEvent's __str__() #92

Closed blazej-czapp closed 5 years ago

blazej-czapp commented 5 years ago

Just a small typo in __str__(), took me longer than it should to figure things out because of it :)

I can't see any tests for this sort of thing so didn't add one.