From 8f607e5fc9ca6ca51c945201eb5a8ee933ed5a51 Mon Sep 17 00:00:00 2001 From: EvelynMS1 <102782127+EvelynMS1@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:10:05 -0800 Subject: [PATCH] Clarified turtle documentation for turtlecircle function --- Doc/library/turtle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 95a57c57e71d56..154fcb4818f96b 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -753,7 +753,7 @@ Turtle motion is not a full circle, one endpoint of the arc is the current pen position. Draw the arc in counterclockwise direction if *radius* is positive, otherwise in clockwise direction. Finally the direction of the - turtle is changed by the amount of *extent*. + turtle is changed by the sign of the *extent*. As the circle is approximated by an inscribed regular polygon, *steps* determines the number of steps to use. If not given, it will be