diff --git a/pyvotecore/ranked_pairs.py b/pyvotecore/ranked_pairs.py index 1d1494f..1b0829f 100644 --- a/pyvotecore/ranked_pairs.py +++ b/pyvotecore/ranked_pairs.py @@ -20,7 +20,7 @@ from copy import deepcopy -# This class implements the Schulze Method (aka the beatpath method) +# This class implements the Tideman Ranked Pairs method class RankedPairs(CondorcetSystem, CondorcetHelper): def __init__(self, ballots, tie_breaker=None, ballot_notation=None):