diff docs/settingchanges.rst @ 325:4172feeddf76

want to incorporate run() for tests - not yet working
author catherine@dellzilla
date Thu, 11 Feb 2010 17:03:45 -0500
parents 21584174d865
children 7b2bca3951a7
line wrap: on
line diff
--- a/docs/settingchanges.rst	Thu Feb 11 16:07:24 2010 -0500
+++ b/docs/settingchanges.rst	Thu Feb 11 17:03:45 2010 -0500
@@ -31,8 +31,7 @@
     class App(Cmd):
         multilineCommands = ['lenghtycommand']
         def do_lengthycommand(self, args):
-            # ...
-          
+            # ...          
 
 Shortcuts
 =========