diff example/example.py @ 291:dfdbd93a2fae

bugfixes to set
author catherine@bothari
date Fri, 06 Nov 2009 22:09:57 -0500
parents cd12e4e0fa17
children 30af90fd46c5
line wrap: on
line diff
--- a/example/example.py	Fri Nov 06 21:41:55 2009 -0500
+++ b/example/example.py	Fri Nov 06 22:09:57 2009 -0500
@@ -7,7 +7,7 @@
     multilineCommands = ['orate']
     Cmd.shortcuts.update({'&': 'speak'})
     maxrepeats = 3
-    Cmd.settable.append('maxrepeats   Max number of `--repeat` allowed')
+    Cmd.settable.append('maxrepeats   Max number of `--repeat`s allowed')
 
     @options([make_option('-p', '--piglatin', action="store_true", help="atinLay"),
               make_option('-s', '--shout', action="store_true", help="N00B EMULATION MODE"),