Skip to content

Commit 31873d3

Browse files
author
marat
committed
Fix doctests with radians corresponding
1 parent 721c454 commit 31873d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/turtle.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,9 @@ Settings for measurement
10581058
>>> turtle.degrees(2*math.pi)
10591059
>>> turtle.heading()
10601060
1.5707963267948966
1061+
>>> turtle.degrees(360)
1062+
>>> turtle.heading()
1063+
90.0
10611064

10621065

10631066
.. function:: radians()

0 commit comments

Comments
 (0)