]> granicus.if.org Git - python/commitdiff
SF bug #844123: "up" instead of "down" in turtle module documentation
authorRaymond Hettinger <python@rcn.com>
Sat, 6 Dec 2003 01:35:56 +0000 (01:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 6 Dec 2003 01:35:56 +0000 (01:35 +0000)
Doc/lib/libturtle.tex

index e6a05ebf8bb588eb3f22429b088f8c40cea2423a..638bc076bb908ebb97d50bf10710fcae6d359871 100644 (file)
@@ -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}