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):
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
You can’t perform that action at this time.
0 commit comments