Skip to content

Commit 8a62df6

Browse files
committed
Fix typo.
1 parent c4eea74 commit 8a62df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def add_unit_type(self, type_id, str_id, name, title=None, race='Neutral', miner
323323
is_building=is_building,
324324
is_worker=is_worker,
325325
is_army=is_army,
326-
))
326+
)
327327
setattr(self, name, unit)
328328
self.units[type_id] = unit
329329
self.units[str_id] = unit

0 commit comments

Comments
 (0)