[docs] [issue26030] Use PEP8 in documentation examples

Julien report at bugs.python.org
Sat Jan 9 11:02:58 EST 2016


Julien added the comment:

I opened this ticket mainly to know the opinions on those modifications, I'll slowly review what I see, and provide little patches from time to time, only when the PEP8 infringement look obvious.

I think the most obvious PEP8 infringement ARE to be fixed, typically in the tutorial: The documentation is where people learn, let's teach them the right thing to do :-)

Thanks to naoki I just learnt that no spaces around binary operators are OK  when it enhance the readability (https://www.python.org/dev/peps/pep-0008/#other-recommendations) like 2*2 + 3*2.

I close this ticket, I'll just mention if I propose a patch in a new one.

Bests.

----------
status: pending -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26030>
_______________________________________


More information about the docs mailing list