From c2714a1479ff6e66117e57f6c57d1c7c04f3f718 Mon Sep 17 00:00:00 2001 From: endolith Date: Fri, 24 Jul 2020 22:09:38 -0400 Subject: [PATCH] Fix comment about ranked pairs --- pyvotecore/ranked_pairs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):