From ff6dd0b7d005dcd207195962ac5210a3e3455348 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 6 Dec 2003 01:35:56 +0000 Subject: SF bug #844123: "up" instead of "down" in turtle module documentation --- Doc/lib/libturtle.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12