summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libturtle.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-12-06 01:35:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-12-06 01:35:56 (GMT)
commitff6dd0b7d005dcd207195962ac5210a3e3455348 (patch)
tree12fed5d3fded316628db1973701ede443244b2d5 /Doc/lib/libturtle.tex
parent67ff6d9930ae7fdb79f7034b65834488f188bd38 (diff)
downloadcpython-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.tex2
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}