Skip to content

Commit 52c812a

Browse files
authored
Fix typos found by codespell
1 parent e8c188a commit 52c812a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/resources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Replay(Resource):
7373
#: Deprecated, use :attr:`game_type` or :attr:`real_type` instead
7474
type = str()
7575

76-
#: The game type choosen at game creation: 1v1, 2v2, 3v3, 4v4, FFA
76+
#: The game type chosen at game creation: 1v1, 2v2, 3v3, 4v4, FFA
7777
game_type = str()
7878

7979
#: The real type of the replay as observed by counting players on teams.
@@ -1237,7 +1237,7 @@ def use_property(prop, player=None):
12371237

12381238
# Lobby properties can require on player properties.
12391239
# How does this work? I assume that one player satisfying the
1240-
# property requirments is sufficient
1240+
# property requirements is sufficient
12411241
if requirement.is_lobby:
12421242
values = [setting]
12431243
else:

0 commit comments

Comments
 (0)