diff options
-rw-r--r-- | libbe/cmdutil.py | 2 |
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 """ |