Skip to content

Commit 8f607e5

Browse files
committed
Clarified turtle documentation for turtlecircle function
1 parent af80fac commit 8f607e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/turtle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Turtle motion
753753
is not a full circle, one endpoint of the arc is the current pen
754754
position. Draw the arc in counterclockwise direction if *radius* is
755755
positive, otherwise in clockwise direction. Finally the direction of the
756-
turtle is changed by the amount of *extent*.
756+
turtle is changed by the sign of the *extent*.
757757

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

0 commit comments

Comments
 (0)