mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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
|
if pen is down. All other methodes for turtle movement depend
|
||||||
on this one.
|
on this one.
|
||||||
"""
|
"""
|
||||||
## Version mit undo-stuff
|
## Version with undo-stuff
|
||||||
go_modes = ( self._drawing,
|
go_modes = ( self._drawing,
|
||||||
self._pencolor,
|
self._pencolor,
|
||||||
self._pensize,
|
self._pensize,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue