Replace $math$ with \code{}.

This commit is contained in:
Guido van Rossum 1998-02-11 22:33:28 +00:00
parent c4452fd08f
commit c57aff20e3
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Return the hyperbolic cosine of \var{x}.
\end{funcdesc}
\begin{funcdesc}{exp}{x}
Return the exponential value $\mbox{e}^x$.
Return the exponential value \code{e**\var{x}}.
\end{funcdesc}
\begin{funcdesc}{log}{x}

View File

@ -40,7 +40,7 @@ Return the hyperbolic cosine of \var{x}.
\end{funcdesc}
\begin{funcdesc}{exp}{x}
Return the exponential value $\mbox{e}^x$.
Return the exponential value \code{e**\var{x}}.
\end{funcdesc}
\begin{funcdesc}{log}{x}