# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1237260666 14400 # Node ID 0a2fd4b5dad708da42a6b48d1758a14b0bdb0df9 # Parent dcc5f871a5b6bf2f390ba77dc51163e43ae55ab9 json not quite there diff -r dcc5f871a5b6 -r 0a2fd4b5dad7 cmd2.py --- a/cmd2.py Mon Mar 16 12:32:39 2009 -0400 +++ b/cmd2.py Mon Mar 16 23:31:06 2009 -0400 @@ -694,7 +694,7 @@ do_q = do_quit def do_show(self, arg): - 'Shows value of a parameter' + '''Shows value of a parameter.''' if arg.strip(): self.showParam(arg) else: