commit | 3cdfb123606fc1eb0af10552488ccec13a781bd0 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Fri Oct 29 17:16:49 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Fri Oct 29 17:16:49 2010 +0000 |
tree | 8e25f688f79d2d3d4c0398976d59acf3b264301a | |
parent | 9f62d1c5dda72967de0af002428ccdcb9f8de6de [diff] [blame] |
Issue 7061: Explained 'gon'
diff --git a/Lib/turtle.py b/Lib/turtle.py index 18d9a56..5e55f09 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py
@@ -1575,7 +1575,10 @@ >>> turtle.left(90) >>> turtle.heading() 90 - >>> turtle.degrees(400.0) # angle measurement in gon + + 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