File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 .. autoattribute :: humans
3636 .. autoattribute :: messages
3737 .. autoattribute :: recorder
38- .. autoattribute :: winner_known
38+ .. autoattribute :: winner
3939
4040
4141.. currentmodule :: sc2reader.objects
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class Replay(object):
7777 #: person id's and names
7878 person = utils .PersonDict ()
7979
80- #: A list of :class:`Person` objects from the game represnting
80+ #: A list of :class:`Person` objects from the game representing
8181 #: only the human players from the :attr:`people` list
8282 humans = list ()
8383
@@ -87,7 +87,7 @@ class Replay(object):
8787 #: A reference to the :class:`Person` that recorded the game
8888 recorder = None
8989
90- #: If the winner_known flag is set this will contain the winning team
90+ #: If there is a valid winning team this will contain a :class:`Team` otherwise it will be :class:`None`
9191 winner = None
9292
9393 def __init__ (self , replay_file , ** options ):
You can’t perform that action at this time.
0 commit comments