]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add markup for base parameter
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Dec 2002 01:24:11 +0000 (01:24 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Dec 2002 01:24:11 +0000 (01:24 +0000)
Doc/lib/libmath.tex

index 1dc43655fa148b4a1920675170bb7684383bbcf0..0571b18fdd11136b61a8cb3e4049f09ff715e030 100644 (file)
@@ -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}