mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Fixed a typo in a comment.
This commit is contained in:
parent
7c3d709377
commit
1842d0c4d8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue