Fixed minor doctest failure in cmdutil.py
authorW. Trevor King <wking@drexel.edu>
Sat, 11 Jul 2009 10:46:49 +0000 (06:46 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 11 Jul 2009 10:46:49 +0000 (06:46 -0400)
libbe/cmdutil.py

index ada0423faee9fe2c7198f85402b4a40a81ebc98c..e56cdeacea2eadcf1a36fc81c8ad3050611e111a 100644 (file)
@@ -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
     """