[issue7061] Improve turtle module documentation

Alexander Belopolsky report at bugs.python.org
Wed Nov 10 19:20:23 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

On Sun, Oct 31, 2010 at 8:00 PM, Éric Araujo <report at bugs.python.org> wrote:
..
> “Python” is lower-cased only when referring to the executable (as a 
> file) itself.  When talking about the language, the implementation or
> the VM in an abstract way (not a file), It think it’s always “Python”.

For the record, this is covered in the Python documentation style guide:

"""
Python

    The name of our favorite programming language is always capitalized.
"""

http://docs.python.org/dev/documenting/style.html

----------

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


More information about the Python-bugs-list mailing list