[docs] [issue12677] Turtle, fix right/left rotation orientation

Senthil Kumaran report at bugs.python.org
Wed Aug 3 02:08:19 CEST 2011


Senthil Kumaran <senthil at uthcode.com> added the comment:

The orientation depends upon the mode, which is explained further
down.
http://docs.python.org/py3k/library/turtle.html#turtle.left

So, the correct fix would be: 
"would turn clockwise/counterclockwise depending upon the mode."

----------
nosy: +orsenthil

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


More information about the docs mailing list