Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Oct 16, 2021
1 parent 77c9e3d commit e8699fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/matchmaker/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def raw_ratings(self):
def displayed_ratings(self):
"""
The client always displays mean - 3 * dev as a player's rating.
So generally this is percieved as a player's true rating.
So generally this is perceived as a player's true rating.
"""
return [mean - 3 * dev for mean, dev in self.raw_ratings]

Expand Down

0 comments on commit e8699fd

Please sign in to comment.