]> granicus.if.org Git - python/commitdiff
Straighten out some markup.
authorFred Drake <fdrake@acm.org>
Mon, 1 Oct 2001 17:03:48 +0000 (17:03 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Oct 2001 17:03:48 +0000 (17:03 +0000)
"boolean" --> "Boolean" (per the style guide).

Doc/lib/libxmlrpclib.tex

index 146473987379747d12d3d69b47807e182c68c28a..f51f40ad71d065ead148dc8adeb41ecd909a156f 100644 (file)
@@ -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}