aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/close.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/close.py')
-rw-r--r--becommands/close.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/close.py b/becommands/close.py
index 3ced7eb..2b28055 100644
--- a/becommands/close.py
+++ b/becommands/close.py
@@ -24,7 +24,7 @@ def execute(args):
>>> os.chdir(dir.dir)
>>> dir.get_bug("a").status
u'open'
- >>> execute(("a",))
+ >>> execute(["a",])
>>> dir.get_bug("a").status
u'closed'
>>> tests.clean_up()