From: Raymond Hettinger Date: Sat, 6 Dec 2003 01:35:56 +0000 (+0000) Subject: SF bug #844123: "up" instead of "down" in turtle module documentation X-Git-Tag: v2.4a1~1138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff6dd0b7d005dcd207195962ac5210a3e3455348;p=python SF bug #844123: "up" instead of "down" in turtle module documentation --- diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex index e6a05ebf8b..638bc076bb 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}