summaryrefslogtreecommitdiff
path: root/elo.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2014-10-29 15:48:36 +0100
committeremkael <emkael@tlen.pl>2014-10-29 15:48:36 +0100
commitf271f4971aa3f2ea8718c6df353fadf7aa688cf0 (patch)
treea90a59127d4f44bb6a1712b46644c31c47fe3916 /elo.py
parenta6e982ee9e229badc5357aad542b36f354a02471 (diff)
* useful queries re-formatted
Diffstat (limited to 'elo.py')
-rwxr-xr-xelo.py2
1 files changed, 1 insertions, 1 deletions
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"