summaryrefslogtreecommitdiff
path: root/elo.py
diff options
context:
space:
mode:
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"