mirror of https://github.com/python/cpython
Removed last XXX comment; no further action needed on this one.
This commit is contained in:
parent
4755ee567d
commit
7424242c1c
|
@ -117,10 +117,9 @@ Go to co-ordinates (\var{x}, \var{y}) (specified as a tuple instead of
|
||||||
individually).
|
individually).
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
This module also does a documented \code{from math import *}, so see
|
This module also does \code{from math import *}, so see the
|
||||||
the documentation for the \refmodule{math} module for additional
|
documentation for the \refmodule{math} module for additional constants
|
||||||
constants and functions useful for turtle graphics.
|
and functions useful for turtle graphics.
|
||||||
% XXX Should we mention this? If so, a \seealso is also in place...
|
|
||||||
|
|
||||||
\begin{funcdesc}{demo}{}
|
\begin{funcdesc}{demo}{}
|
||||||
Exercise the module a bit.
|
Exercise the module a bit.
|
||||||
|
|
Loading…
Reference in New Issue