Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe95e65

Browse files
committed
Straighten out some markup.
"boolean" --> "Boolean" (per the style guide).
1 parent c04f7a7 commit fe95e65

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/lib/libxmlrpclib.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@ \subsection{ProtocolError Objects \label{protocol-error-objects}}
219219

220220
\subsection{Convenience Functions}
221221

222-
\begin{funcdesc}{boolean}{value, \optional{truefals=(False, True)}}
223-
Convert any Python value to one of the XML-RPC boolean constants.
222+
\begin{funcdesc}{boolean}{value\optional{, truefalse}}
223+
Convert any Python value to one of the XML-RPC Boolean constants.
224224
The optional second argument supplies a conversion table to be indexed
225-
by the first argument's Python truth value.
225+
by the first argument's Python truth value. If omitted, the
226+
\code{True} and \code{False} values defined in this module are used.
226227
\end{funcdesc}
227228

228229
\begin{funcdesc}{binary}{data}

0 commit comments

Comments
 (0)