mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix typos in docs and docstrings (GH-13745)
This commit is contained in:
parent
e584cbff1e
commit
0d70227e41
15 changed files with 16 additions and 16 deletions
|
|
@ -7,7 +7,7 @@ A simple event-driven paint program
|
|||
|
||||
- left mouse button moves turtle
|
||||
- middle mouse button changes color
|
||||
- right mouse button toogles betweem pen up
|
||||
- right mouse button toggles between pen up
|
||||
(no line drawn when the turtle moves) and
|
||||
pen down (line is drawn). If pen up follows
|
||||
at least two pen-down moves, the polygon that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue