From 1842d0c4d88fffb5bea53b410acb77796b66bc8b Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Thu, 28 Oct 2010 20:13:52 +0000 Subject: Fixed a typo in a comment. --- Lib/turtle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/turtle.py b/Lib/turtle.py index 4fc636c..18d9a56 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, -- cgit v0.12