From f271f4971aa3f2ea8718c6df353fadf7aa688cf0 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 29 Oct 2014 15:48:36 +0100 Subject: * useful queries re-formatted --- elo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elo.py') diff --git a/elo.py b/elo.py index 8aacfc8..743ee4e 100755 --- a/elo.py +++ b/elo.py @@ -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" -- cgit v1.2.3