We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af80fac commit 8f607e5Copy full SHA for 8f607e5
Doc/library/turtle.rst
@@ -753,7 +753,7 @@ Turtle motion
753
is not a full circle, one endpoint of the arc is the current pen
754
position. Draw the arc in counterclockwise direction if *radius* is
755
positive, otherwise in clockwise direction. Finally the direction of the
756
- turtle is changed by the amount of *extent*.
+ turtle is changed by the sign of the *extent*.
757
758
As the circle is approximated by an inscribed regular polygon, *steps*
759
determines the number of steps to use. If not given, it will be
0 commit comments