[3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)



(cherry picked from commit 964663089547ca110199e23867b46b07ff4be88c)

Co-authored-by: penguindustin <penguindustin@gmail.com>





https://bugs.python.org/issue36766
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 47a94f2..044d91c 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -1568,7 +1568,7 @@
         fullcircle -  a number
 
         Set angle measurement units, i. e. set number
-        of 'degrees' for a full circle. Dafault value is
+        of 'degrees' for a full circle. Default value is
         360 degrees.
 
         Example (for a Turtle instance named turtle):