From: Fred Drake Date: Mon, 13 Oct 1997 22:06:17 +0000 (+0000) Subject: Restore the \seealso formatting that got lost when I updated the math X-Git-Tag: v1.5b1~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2950b2d881a0db313bc49e3385a015b7716f9ac5;p=thirdparty%2FPython%2Fcpython.git Restore the \seealso formatting that got lost when I updated the math module documentation. --- diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index f70c74180605..e41edda7094f 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -109,4 +109,6 @@ The mathematical constant \emph{pi}. The mathematical constant \emph{e}. \end{datadesc} -See also the \code{cmath} versions of many of these functions. +\begin{seealso} + \seemodule{cmath}{Complex number versions of many of these functions.} +\end{seealso} diff --git a/Doc/libmath.tex b/Doc/libmath.tex index f70c74180605..e41edda7094f 100644 --- a/Doc/libmath.tex +++ b/Doc/libmath.tex @@ -109,4 +109,6 @@ The mathematical constant \emph{pi}. The mathematical constant \emph{e}. \end{datadesc} -See also the \code{cmath} versions of many of these functions. +\begin{seealso} + \seemodule{cmath}{Complex number versions of many of these functions.} +\end{seealso}