diff options
author | Raymond Hettinger <python@rcn.com> | 2003-12-06 01:35:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-12-06 01:35:56 (GMT) |
commit | ff6dd0b7d005dcd207195962ac5210a3e3455348 (patch) | |
tree | 12fed5d3fded316628db1973701ede443244b2d5 /Doc/lib/libturtle.tex | |
parent | 67ff6d9930ae7fdb79f7034b65834488f188bd38 (diff) | |
download | cpython-ff6dd0b7d005dcd207195962ac5210a3e3455348.zip cpython-ff6dd0b7d005dcd207195962ac5210a3e3455348.tar.gz cpython-ff6dd0b7d005dcd207195962ac5210a3e3455348.tar.bz2 |
SF bug #844123: "up" instead of "down" in turtle module documentation
Diffstat (limited to 'Doc/lib/libturtle.tex')
-rw-r--r-- | Doc/lib/libturtle.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex index e6a05eb..638bc07 100644 --- a/Doc/lib/libturtle.tex +++ b/Doc/lib/libturtle.tex @@ -65,7 +65,7 @@ Move the pen up --- stop drawing. \end{funcdesc} \begin{funcdesc}{down}{} -Move the pen up --- draw when moving. +Move the pen down --- draw when moving. \end{funcdesc} \begin{funcdesc}{width}{width} |