From 5c2bc24294cd111e37fec1b80449e319e930b412 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Tue, 27 Dec 2022 14:13:58 +0100 Subject: [PATCH] Fixed typo: existance -> existence --- scripts/postprocessing/rankings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postprocessing/rankings.py b/scripts/postprocessing/rankings.py index 38686f67..5fd2fcf6 100644 --- a/scripts/postprocessing/rankings.py +++ b/scripts/postprocessing/rankings.py @@ -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 """