Fix a comment

Signed-off-by: nickthetait <nicholas.tait@ieee.org>
This commit is contained in:
nickthetait 2018-05-01 21:57:54 -06:00
parent c6480a884c
commit 8e12d79029
1 changed files with 1 additions and 1 deletions

View File

@ -2042,7 +2042,7 @@ def show_final_results():
possible_levels = (0, 1, 2, 3, 4, 5)
for i in possible_levels: # Initialize count_per_level
count_per_level[i] = 0
for i in possible_levels: # Initialize count_per_level
for i in possible_levels: # Initialize count_per_level_and_up
count_per_level_and_up[i] = 0
if show_immediately or not quiet: # Separate the final results.
print()