# HG changeset patch # User catherine@localhost # Date 1210873488 14400 # Node ID 1899088dd95d1eefae6f28e374d208ba7de0180d # Parent b7489d3f838e5f9b482096f031609e0792f02f61 more readme correction, now in function def diff -r b7489d3f838e -r 1899088dd95d README.txt --- 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: ...