New submission from guchao <guchao2...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40283>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to