From: Fred Drake Date: Wed, 17 Nov 1999 16:09:57 +0000 (+0000) Subject: Removed last XXX comment; no further action needed on this one. X-Git-Tag: v1.6a1~722 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7424242c1ce1e281356fdc7d9647e84dea08ba3c;p=thirdparty%2FPython%2Fcpython.git Removed last XXX comment; no further action needed on this one. --- diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex index 641b40d8f27a..f5d202a3dd9e 100644 --- a/Doc/lib/libturtle.tex +++ b/Doc/lib/libturtle.tex @@ -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.