diff options
Diffstat (limited to 'elo.py')
-rwxr-xr-x | elo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from f1elo.interface import Interface parser = argparse.ArgumentParser( description='Ranks Formula One drivers using Elo rating', - formatter_class=argparse.RawTextHelpFormatter) + formatter_class=argparse.RawTextHelpFormatter) parser.add_argument('command', metavar='COMMAND', nargs='?', help="Action to execute against the database:\n" "print - prints the rankings for all drivers ranked in 12 months,\n" |