From: Alexander Belopolsky Date: Thu, 28 Oct 2010 20:13:52 +0000 (+0000) Subject: Fixed a typo in a comment. X-Git-Tag: v3.2a4~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1842d0c4d88fffb5bea53b410acb77796b66bc8b;p=thirdparty%2FPython%2Fcpython.git Fixed a typo in a comment. --- diff --git a/Lib/turtle.py b/Lib/turtle.py index 4fc636c03c99..18d9a565d411 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,