summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-02-11 22:33:28 (GMT)
committerGuido van Rossum <guido@python.org>1998-02-11 22:33:28 (GMT)
commitc57aff20e33ffb84beb9765f44b919c449c55ca5 (patch)
tree1f5172dffb2e8e90a3da5e91dc641dd5af79a8c8
parentc4452fd08f4390dd91b77d7c0c30be5fecc876c7 (diff)
downloadcpython-c57aff20e33ffb84beb9765f44b919c449c55ca5.zip
cpython-c57aff20e33ffb84beb9765f44b919c449c55ca5.tar.gz
cpython-c57aff20e33ffb84beb9765f44b919c449c55ca5.tar.bz2
Replace $math$ with \code{}.
-rw-r--r--Doc/lib/libcmath.tex2
-rw-r--r--Doc/libcmath.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcmath.tex b/Doc/lib/libcmath.tex
index 4873346..c9886bb 100644
--- a/Doc/lib/libcmath.tex
+++ b/Doc/lib/libcmath.tex
@@ -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}
diff --git a/Doc/libcmath.tex b/Doc/libcmath.tex
index 4873346..c9886bb 100644
--- a/Doc/libcmath.tex
+++ b/Doc/libcmath.tex
@@ -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}