summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-12-17 01:24:11 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-12-17 01:24:11 (GMT)
commit212b43f90c8ef13c8e2388a60eded299e90a8178 (patch)
treef39dd7520ede351c2bc73316e87a821ee73482f3 /Doc
parent046b8a7244b9d5fe1ff7ea4557a321df5dc46e77 (diff)
downloadcpython-212b43f90c8ef13c8e2388a60eded299e90a8178.zip
cpython-212b43f90c8ef13c8e2388a60eded299e90a8178.tar.gz
cpython-212b43f90c8ef13c8e2388a60eded299e90a8178.tar.bz2
Add markup for base parameter
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmath.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex
index 1dc4365..0571b18 100644
--- a/Doc/lib/libmath.tex
+++ b/Doc/lib/libmath.tex
@@ -87,8 +87,8 @@ Return \code{\var{x} * (2**\var{i})}.
\end{funcdesc}
\begin{funcdesc}{log}{x\optional{, base}}
-Returns the logarithm of \var{x} to the given base.
-If the base is not specified, returns the natural logarithm of \var{x}.
+Returns the logarithm of \var{x} to the given \var{base}.
+If the \var{base} is not specified, returns the natural logarithm of \var{x}.
\versionchanged[\var{base} argument added]{2.3}
\end{funcdesc}