Fixed typo: existance -> existence

This commit is contained in:
Semen Zhydenko
2022-12-27 14:13:58 +01:00
parent c70c9d191c
commit 5c2bc24294
+1 -1
View File
@@ -68,7 +68,7 @@ def get_winner(pairs):
def get_ranking(pairs):
"""
Abuses concordance property to get a (not necessarily unqiue) ranking.
The lack of uniqueness is due to the potential existance of multiple
The lack of uniqueness is due to the potential existence of multiple
equally ranked winners. We have to pick one, which is where
the non-uniqueness comes from
"""