diff options
author | emkael <emkael@tlen.pl> | 2014-10-29 15:48:36 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-29 15:48:36 +0100 |
commit | f271f4971aa3f2ea8718c6df353fadf7aa688cf0 (patch) | |
tree | a90a59127d4f44bb6a1712b46644c31c47fe3916 /elo.py | |
parent | a6e982ee9e229badc5357aad542b36f354a02471 (diff) |
* useful queries re-formatted
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" |