diff options
Diffstat (limited to 'becommands/assign.py')
-rw-r--r-- | becommands/assign.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/assign.py b/becommands/assign.py index d7c2fca..38ece52 100644 --- a/becommands/assign.py +++ b/becommands/assign.py @@ -26,7 +26,7 @@ def execute(args): >>> os.chdir(dir.dir) >>> dir.get_bug("a").assigned is None True - >>> execute(["a",]) + >>> execute(["a"]) >>> dir.get_bug("a").assigned == names.creator() True >>> execute(["a", "someone"]) |