summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libturtle.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libturtle.tex')
-rw-r--r--Doc/lib/libturtle.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex
index 641b40d..f5d202a 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.