summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-28 20:13:52 +0000
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-28 20:13:52 +0000
commit1842d0c4d88fffb5bea53b410acb77796b66bc8b (patch)
tree64f09f4cf002c978cd0e6549c1c8179fd00e1eeb /Lib/turtle.py
parent7c3d7093771543312eea17b0cd8d8285d44a20fc (diff)
downloadcpython-git-1842d0c4d88fffb5bea53b410acb77796b66bc8b.tar.gz
Fixed a typo in a comment.
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 4fc636c03c..18d9a565d4 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -3144,7 +3144,7 @@ class RawTurtle(TPen, TNavigator):
if pen is down. All other methodes for turtle movement depend
on this one.
"""
- ## Version mit undo-stuff
+ ## Version with undo-stuff
go_modes = ( self._drawing,
self._pencolor,
self._pensize,