Skip to content

Commit 0026bda

Browse files
Update turtle.rst
1 parent f4afaa6 commit 0026bda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/turtle.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,10 @@ Turtle motion
749749
the turtle; *extent* -- an angle -- determines which part of the circle
750750
is drawn. If *extent* is not given, draw the entire circle. If *extent*
751751
is not a full circle, one endpoint of the arc is the current pen
752-
position. Draw the arc in counterclockwise direction if *radius* is
753-
positive, otherwise in clockwise direction. Finally the direction of the
754-
turtle is changed by the amount of *extent*.
752+
position. Draw the arc in counterclockwise direction if both *radius*
753+
and *extent* are positive or both are negative; otherwise, draw in clockwise
754+
direction. Finally the direction of the turtle is changed by the amount of
755+
*extent*.
755756

756757
As the circle is approximated by an inscribed regular polygon, *steps*
757758
determines the number of steps to use. If not given, it will be

0 commit comments

Comments
 (0)