Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
endolith committed Aug 6, 2024
1 parent adc8816 commit 12e2fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributions_by_method_2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def simulate_batch(n_cands):

# Approval voting
winner = approval(vote_for_k(utilities, vote_for), tiebreaker='random')
winners[f'Approval Voting "(Vote-for-{vote_for}")'].append(c[winner])
winners[f'Approval Voting ("Vote-for-{vote_for}")'].append(c[winner])

# STAR voting
ballots = honest_normed_scores(utilities)
Expand Down

0 comments on commit 12e2fab

Please sign in to comment.