changeset 19:1899088dd95d

more readme correction, now in function def
author catherine@localhost
date Thu, 15 May 2008 13:44:48 -0400
parents b7489d3f838e
children c8efa4369189 24fbec27d66f
files README.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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:
                 ...