On Sat, 24 Jan 2009 11:27:32 -0600
Terry Brown <[email protected]> wrote:

>         i['avgheadchrs'] += len(hs) / float(i['nodes'])
>         i['avgbodychrs'] += len(bs) / float(i['nodes'])

Ooops, embarrassing, that should be

i['avgheadchrs'] = i['headchrs'] / float(i['nodes'])
i['avgbodychrs'] = i['bodychrs'] / float(i['nodes'])

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to