File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def __init__(self, unit_id):
84
84
85
85
#: The unique in-game id for this unit. The id can sometimes be zero because
86
86
#: 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 .
88
88
self .id = unit_id
89
89
90
90
#: A reference to the unit type this unit is current in.
@@ -301,11 +301,11 @@ class Build(object):
301
301
"""
302
302
:param build_id: The build number identifying this dataset.
303
303
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
305
305
to :class:`Unit` and :class:`Ability` types. Also contains builder methods
306
306
for creating new units and changing their types.
307
307
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
309
309
may vary.
310
310
"""
311
311
You can’t perform that action at this time.
0 commit comments