New submission from guchao <guchao2000@163.com>: refer to circle() in the url: https://docs.python.org/2/library/turtle.html#turtle.circle [current] ... Draw the arc in counterclockwise direction if radius is positive, otherwise in clockwise direction. [suggestion] ... Draw the arc in counterclockwise direction if extent is positive, otherwise in clockwise direction. [explanation] It should be "extent" , instead of "radius", that affects the direction. ---------- assignee: docs@python components: Documentation messages: 366401 nosy: docs@python, guchao priority: normal severity: normal status: open title: Documentation of turtle.circle() type: resource usage _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40283> _______________________________________