Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1842d0c

Browse files
committed
Fixed a typo in a comment.
1 parent 7c3d709 commit 1842d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/turtle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,7 @@ def _goto(self, end):
31443144
if pen is down. All other methodes for turtle movement depend
31453145
on this one.
31463146
"""
3147-
## Version mit undo-stuff
3147+
## Version with undo-stuff
31483148
go_modes = ( self._drawing,
31493149
self._pencolor,
31503150
self._pensize,

0 commit comments

Comments
 (0)