From: Fred Drake Date: Mon, 1 Oct 2001 17:03:48 +0000 (+0000) Subject: Straighten out some markup. X-Git-Tag: v2.2.1c1~1515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe95e65668274d2d3636dc178d2aac7d360d5be0;p=thirdparty%2FPython%2Fcpython.git Straighten out some markup. "boolean" --> "Boolean" (per the style guide). --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 146473987379..f51f40ad71d0 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -219,10 +219,11 @@ triggered the error. \subsection{Convenience Functions} -\begin{funcdesc}{boolean}{value, \optional{truefals=(False, True)}} -Convert any Python value to one of the XML-RPC boolean constants. +\begin{funcdesc}{boolean}{value\optional{, truefalse}} +Convert any Python value to one of the XML-RPC Boolean constants. The optional second argument supplies a conversion table to be indexed -by the first argument's Python truth value. +by the first argument's Python truth value. If omitted, the +\code{True} and \code{False} values defined in this module are used. \end{funcdesc} \begin{funcdesc}{binary}{data}