aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/cmdutil.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-11 06:46:49 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-11 06:46:49 -0400
commitf3d16a7f477e1470aeb4bf342888c082ee1b7d67 (patch)
treedb6353d965c9b286fefee426d7333802a61343f0 /libbe/cmdutil.py
parent71579e9906be1da2ec2e53a53beebece832cd04e (diff)
downloadbugseverywhere-f3d16a7f477e1470aeb4bf342888c082ee1b7d67.tar.gz
Fixed minor doctest failure in cmdutil.py
Diffstat (limited to 'libbe/cmdutil.py')
-rw-r--r--libbe/cmdutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/cmdutil.py b/libbe/cmdutil.py
index ada0423..e56cdea 100644
--- a/libbe/cmdutil.py
+++ b/libbe/cmdutil.py
@@ -60,7 +60,7 @@ def get_command(command_name):
... get_command("asdf")
... except UnknownCommand, e:
... print e
- Unknown command asdf
+ Unknown command 'asdf'
>>> repr(get_command("list")).startswith("<module 'becommands.list' from ")
True
"""