Scott SA <[EMAIL PROTECTED]> writes:

A side note
>     class RecipieClass:

Recipe is a more widespread spelling, I believe.  Moreover it is the
convention in python that only class names are capitalized, so you
don't need to append a 'Class'.

    class Recipe:
        ...
    clafoutis = Recipe('eggs', 'spam')

-- 
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to