]> granicus.if.org Git - python/commitdiff
Fixed a typo in a comment.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 28 Oct 2010 20:13:52 +0000 (20:13 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 28 Oct 2010 20:13:52 +0000 (20:13 +0000)
Lib/turtle.py

index 4fc636c03c998a398cff1bf5474614c514f8fb8d..18d9a565d41186ab7967fc5d1bdd053a626fa505 100644 (file)
@@ -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,