]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed last XXX comment; no further action needed on this one.
authorFred Drake <fdrake@acm.org>
Wed, 17 Nov 1999 16:09:57 +0000 (16:09 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Nov 1999 16:09:57 +0000 (16:09 +0000)
Doc/lib/libturtle.tex

index 641b40d8f27a6269d695d46cd1a0bc2b159c7df7..f5d202a3dd9e5cd3009a47376c167922eb32ac52 100644 (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.