From: Rafael Fontenelle Date: Tue, 14 Jan 2025 15:17:24 +0000 (-0300) Subject: Fix a "doctest" block in `Doc/library/turtle.rst` (#128831) X-Git-Tag: v3.14.0a5~428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1598e18a659ef3a533caa0a79a489a3ed1d80bdd;p=thirdparty%2FPython%2Fcpython.git Fix a "doctest" block in `Doc/library/turtle.rst` (#128831) --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 61e2d125445b..548b9d3543fb 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -993,8 +993,8 @@ Settings for measurement >>> turtle.heading() 90.0 - Change angle measurement unit to grad (also known as gon, - grade, or gradian and equals 1/100-th of the right angle.) + >>> # Change angle measurement unit to grad (also known as gon, + >>> # grade, or gradian and equals 1/100-th of the right angle.) >>> turtle.degrees(400.0) >>> turtle.heading() 100.0