Fix a "doctest" block in `Doc/library/turtle.rst` (#128831)

This commit is contained in:
Rafael Fontenelle 2025-01-14 12:17:24 -03:00 committed by GitHub
parent 7fc0f86098
commit 1598e18a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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