Skip to content

Commit 9692db7

Browse files
committed
Small clarification on the unit.finished_at time.
1 parent 7f448d8 commit 9692db7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sc2reader/data/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def __init__(self, unit_id, flags):
4848

4949
#: The frame the unit was finished at. Only available for 2.0.8+ replays.
5050
#: Specifically, it is the frame that the :class:`~sc2reader.events.tracker.UnitDoneEvent` is received. For units
51-
#: that are born and not initiated this will be the same as :attr:`started_at`.
51+
#: that are born and not initiated this will be the frame that the :class:`~sc2reader.events.tracker.UnitBornEvent`
52+
#: is received.
5253
self.finished_at = None
5354

5455
#: The frame the unit died at. Only available for 2.0.8+ replays.

0 commit comments

Comments
 (0)