mirror of https://github.com/python/cpython
SF bug #844123: "up" instead of "down" in turtle module documentation
This commit is contained in:
parent
67ff6d9930
commit
ff6dd0b7d0
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue