summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libxmlrpclib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-01 17:03:48 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-01 17:03:48 (GMT)
commitfe95e65668274d2d3636dc178d2aac7d360d5be0 (patch)
tree80418c2d7fe8a256aed626b95342ff9c33745c58 /Doc/lib/libxmlrpclib.tex
parentc04f7a794ecca3c4147ce473ffa61de3d341882b (diff)
downloadcpython-fe95e65668274d2d3636dc178d2aac7d360d5be0.zip
cpython-fe95e65668274d2d3636dc178d2aac7d360d5be0.tar.gz
cpython-fe95e65668274d2d3636dc178d2aac7d360d5be0.tar.bz2
Straighten out some markup.
"boolean" --> "Boolean" (per the style guide).
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-rw-r--r--Doc/lib/libxmlrpclib.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index 1464739..f51f40a 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}