SF bug #844123: "up" instead of "down" in turtle module documentation
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 @@
 \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}