This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Gumnos
Recipients Gumnos, docs@python
Date 2011-09-09.00:04:52
SpamBayes Score 3.8456295e-05
Marked as misclassified No
Message-id <1315526692.9.0.379869372006.issue12940@psf.upfronthosting.co.za>
In-reply-to
Content
The Turtle example for the cmd module as documented at

http://docs.python.org/py3k/library/cmd.html#cmd-example

In the left() method, it calls turtle.right() instead of turtle.left().  Easy fix: /def left/+2s/left/right/

Likely exists in most 3.x documentation.
History
Date User Action Args
2011-09-09 00:04:53Gumnossetrecipients: + Gumnos, docs@python
2011-09-09 00:04:52Gumnossetmessageid: <1315526692.9.0.379869372006.issue12940@psf.upfronthosting.co.za>
2011-09-09 00:04:52Gumnoslinkissue12940 messages
2011-09-09 00:04:52Gumnoscreate