Skip to content

Commit e108f4d

Browse files
authored
Fix typos found by codespell
1 parent 80c95c9 commit e108f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sc2reader/data/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(self, unit_id):
8484

8585
#: The unique in-game id for this unit. The id can sometimes be zero because
8686
#: TargetUnitCommandEvents will create a new unit with id zero when a unit
87-
#: behind the fog of war is targetted.
87+
#: behind the fog of war is targeted.
8888
self.id = unit_id
8989

9090
#: A reference to the unit type this unit is current in.
@@ -301,11 +301,11 @@ class Build(object):
301301
"""
302302
:param build_id: The build number identifying this dataset.
303303
304-
The datapack for a particualr group of builds. Maps internal integer ids
304+
The datapack for a particular group of builds. Maps internal integer ids
305305
to :class:`Unit` and :class:`Ability` types. Also contains builder methods
306306
for creating new units and changing their types.
307307
308-
All build data is valid for standard games only. For arcade maps milage
308+
All build data is valid for standard games only. For arcade maps mileage
309309
may vary.
310310
"""
311311

0 commit comments

Comments
 (0)