From f3d16a7f477e1470aeb4bf342888c082ee1b7d67 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 11 Jul 2009 06:46:49 -0400 Subject: Fixed minor doctest failure in cmdutil.py --- libbe/cmdutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/cmdutil.py') 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("