aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/target.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/target.py')
-rw-r--r--becommands/target.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/becommands/target.py b/becommands/target.py
index f872abb..4b015b4 100644
--- a/becommands/target.py
+++ b/becommands/target.py
@@ -25,13 +25,13 @@ def execute(args):
>>> import os
>>> dir = tests.simple_bug_dir()
>>> os.chdir(dir.dir)
- >>> execute(["a",])
+ >>> execute(["a"])
No target assigned.
>>> execute(["a", "tomorrow"])
- >>> execute(["a",])
+ >>> execute(["a"])
tomorrow
>>> execute(["a", "none"])
- >>> execute(["a",])
+ >>> execute(["a"])
No target assigned.
>>> tests.clean_up()
"""