HTMLWindow or HtmlWindow or perhaps HTMLwindo
Krister Svanlund
krister.svanlund at gmail.com
Mon Nov 15 15:09:41 EST 2010
"""
CapitalizedWords (or CapWords, or CamelCase -- so named because
of the bumpy look of its letters[4]). This is also sometimes known as
StudlyCaps.
Note: When using abbreviations in CapWords, capitalize all the letters
of the abbreviation. Thus HTTPServerError is better than
HttpServerError.
"""
On Mon, Nov 15, 2010 at 8:53 PM, BoĊĦtjan Mejak <bostjan.mejak at gmail.com> wrote:
> Hello, I am wondering which of the 3 class names are prefered by PEP-8?
>
> class HTMLWindow(...)
>
> class HtmlWindow(...)
>
> class HTMLwindow(...)
>
>
> Thank you for your answer in advance.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list