Skip to content

Commit 3b0a9d5

Browse files
committed
Clarify the highest leauge user attribute.
1 parent a7c7e21 commit 3b0a9d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sc2reader/objects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ def __init__(self, uid, init_data):
234234
#: The user's combined Battle.net race levels
235235
self.combined_race_levels = init_data['combined_race_levels']
236236

237-
#: The user's highest leauge in the current season
237+
#: The highest 1v1 league achieved by the user in the current season with 1 as Bronze and
238+
#: 7 as Grandmaster. 8 seems to indicate that there is no current season 1v1 ranking.
238239
self.highest_league = init_data['highest_league']
239240

240241
#: A flag indicating if this person was the one who recorded the game.

0 commit comments

Comments
 (0)