[docs] Turtle docs
Michael L. Clapp
mlclapp at htdteam.com
Wed Jul 27 21:40:23 CEST 2011
Hi
Just a small thing. On your web page:
http://docs.python.org/py3k/library/turtle.html, at about the 4th line
down it is stated "Give it the command turtle.left(25), and it rotates
in-place 25 degrees clockwise." That statement needs to be corrected to
either say "Give it the command turtle.right (25), and it rotates
in-place 25 degrees clockwise." or" Give it the command turtle.left(25),
and it rotates in-place 25 degrees counterclockwise."
Thank you
Mike Clapp
Hoosier Tool & Die
812.376.8286 X129
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20110727/7d715e3c/attachment-0001.html>
More information about the docs
mailing list