Removed last XXX comment; no further action needed on this one.

This commit is contained in:
Fred Drake 1999-11-17 16:09:57 +00:00
parent 4755ee567d
commit 7424242c1c
1 changed files with 3 additions and 4 deletions

View File

@ -117,10 +117,9 @@ Go to co-ordinates (\var{x}, \var{y}) (specified as a tuple instead of
individually).
\end{funcdesc}
This module also does a documented \code{from math import *}, so see
the documentation for the \refmodule{math} module for additional
constants and functions useful for turtle graphics.
% XXX Should we mention this? If so, a \seealso is also in place...
This module also does \code{from math import *}, so see the
documentation for the \refmodule{math} module for additional constants
and functions useful for turtle graphics.
\begin{funcdesc}{demo}{}
Exercise the module a bit.