Skip to content

Commit 36392a3

Browse files
authored
Make comment from literal block in turtle.rst
1 parent ff3e145 commit 36392a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/turtle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,8 @@ Settings for measurement
993993
>>> turtle.heading()
994994
90.0
995995

996-
Change angle measurement unit to grad (also known as gon,
997-
grade, or gradian and equals 1/100-th of the right angle.)
996+
>>> # Change angle measurement unit to grad (also known as gon,
997+
>>> # grade, or gradian and equals 1/100-th of the right angle.)
998998
>>> turtle.degrees(400.0)
999999
>>> turtle.heading()
10001000
100.0

0 commit comments

Comments
 (0)