[Doc-SIG] Shouldn't tutorial follow the pep8?

INADA Naoki songofacandy at gmail.com
Sun Mar 6 23:28:46 CET 2011


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  <songofacandy at gmail.com>


More information about the Doc-SIG mailing list