File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments