summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcatherine <catherine@Elli.myhome.westell.com>2009-03-16 23:31:06 -0400
committercatherine <catherine@Elli.myhome.westell.com>2009-03-16 23:31:06 -0400
commite63aea8dee43556d7490928a77d8dd1446d3e97d (patch)
tree005c78d0513d996a74c955367ba3a5ac43779a85
parentaf30b557f315caa1012a994de4d577868d2d84fc (diff)
downloadcmd2-hg-e63aea8dee43556d7490928a77d8dd1446d3e97d.tar.gz
json not quite there
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 80a7888..e15b653 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -694,7 +694,7 @@ class Cmd(cmd.Cmd):
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: