On Mon, Jan 18, 2010 at 4:04 PM, James Wilson <[email protected]> wrote:
> I'm still getting a syntax error on the following line:
>
> print("inclusive parents of %s" % current.h,color="purple")
Oops. It should be:
print("inclusive parents of %s" % (current.h),color="purple")
Rev 2702 fixes several of these syntax errors in leoDocs.leo. Please
let me know if you find others. Thanks.
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.