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 guchao
Recipients docs@python, guchao
Date 2020-04-14.16:54:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586883280.42.0.803600338852.issue40283@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-14 16:54:40guchaosetrecipients: + guchao, docs@python
2020-04-14 16:54:40guchaosetmessageid: <1586883280.42.0.803600338852.issue40283@roundup.psfhosted.org>
2020-04-14 16:54:40guchaolinkissue40283 messages
2020-04-14 16:54:40guchaocreate