changeset 217:0a2fd4b5dad7

json not quite there
author catherine@Elli.myhome.westell.com
date Mon, 16 Mar 2009 23:31:06 -0400
parents dcc5f871a5b6
children 5a45cf2e7455
files cmd2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: