[New-bugs-announce] [issue40283] Documentation of turtle.circle()

guchao report at bugs.python.org
Tue Apr 14 12:54:40 EDT 2020


New submission from guchao <guchao2000 at 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 at python
components: Documentation
messages: 366401
nosy: docs at python, guchao
priority: normal
severity: normal
status: open
title: Documentation of turtle.circle()
type: resource usage

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40283>
_______________________________________


More information about the New-bugs-announce mailing list