In http://docs.python.org/py3k/tutorial/classes.html#random-remarks

> Possible conventions include capitalizing method names, prefixing
> data attribute names with a small unique string (perhaps just an underscore),
> or using verbs for methods and nouns for data attributes.

Capitalizing methd names doesn't follows pep8.

Many sample codes in tutorial doesn't follow pep8 too.
For example, in http://docs.python.org/py3k/tutorial/introduction.html#numbers
there are no spaces next to operators.

-- 
INADA Naoki  <[email protected]>
_______________________________________________
Doc-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/doc-sig

Reply via email to