diff README.txt @ 19:1899088dd95d

more readme correction, now in function def
author catherine@localhost
date Thu, 15 May 2008 13:44:48 -0400
parents b7489d3f838e
children a791d615545c
line wrap: on
line diff
--- a/README.txt	Thu May 15 13:43:54 2008 -0400
+++ b/README.txt	Thu May 15 13:44:48 2008 -0400
@@ -48,7 +48,7 @@
     ::
     
         @options([make_option('-m', '--myoption', action="store_true", help="all about my option")])
-        def myfunc(self, arg, opts):
+        def do_myfunc(self, arg, opts):
             if opts.myoption:
                 ...