Index: trunk/fundraiser-statistics/fundraiser-scripts/compute_confidence.py |
— | — | @@ -336,8 +336,8 @@ |
337 | 337 | else: |
338 | 338 | winner = labels[1] |
339 | 339 | |
340 | | - win_str = "\nThe winner " + winner + " had a %s%.2f." |
341 | | - win_str = win_str % ('%', percent_increase) |
| 340 | + win_str = "\nThe winner " + winner + " had a %.2f%s." |
| 341 | + win_str = win_str % (percent_increase, '%') |
342 | 342 | |
343 | 343 | print '\n\n' + metric_name |
344 | 344 | print win_str |