Skip to content

Commit dbe2a30

Browse files
committed
Fix documentation for pick/play race on PlayerSummary.
1 parent b49ab91 commit dbe2a30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sc2reader/objects.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,11 @@ class PlayerSummary():
247247
#: The index of the players team in the game
248248
teamid = int()
249249

250-
#: The race the player used
251-
race = str()
250+
#: The race the player played in the game.
251+
play_race = str()
252+
253+
#: The race the player picked in the lobby.
254+
pick_race = str()
252255

253256
#: If the player is a computer
254257
is_ai = False

0 commit comments

Comments
 (0)