aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/severity.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/severity.py')
-rw-r--r--becommands/severity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/severity.py b/becommands/severity.py
index 92c83fc..af99bf7 100644
--- a/becommands/severity.py
+++ b/becommands/severity.py
@@ -25,10 +25,10 @@ def execute(args):
>>> import os
>>> dir = tests.simple_bug_dir()
>>> os.chdir(dir.dir)
- >>> execute(["a",])
+ >>> execute(["a"])
minor
>>> execute(["a", "wishlist"])
- >>> execute(["a",])
+ >>> execute(["a"])
wishlist
>>> execute(["a", "none"])
Traceback (most recent call last):