diff options
Diffstat (limited to 'becommands/close.py')
-rw-r--r-- | becommands/close.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/close.py b/becommands/close.py index 2b28055..7e5ac1c 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() |