mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Restore the \seealso formatting that got lost when I updated the math
module documentation.
This commit is contained in:
parent
9dcc5a94c5
commit
2950b2d881
2 changed files with 6 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue