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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2950b2d881a0db313bc49e3385a015b7716f9ac5;p=python 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 f70c741806..e41edda709 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 f70c741806..e41edda709 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}