Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04f7a7 commit fe95e65Copy full SHA for fe95e65
1 file changed
Doc/lib/libxmlrpclib.tex
@@ -219,10 +219,11 @@ \subsection{ProtocolError Objects \label{protocol-error-objects}}
219
220
\subsection{Convenience Functions}
221
222
-\begin{funcdesc}{boolean}{value, \optional{truefals=(False, True)}}
223
-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.
224
The optional second argument supplies a conversion table to be indexed
225
-by the first argument's Python truth value.
+by the first argument's Python truth value. If omitted, the
226
+\code{True} and \code{False} values defined in this module are used.
227
\end{funcdesc}
228
229
\begin{funcdesc}{binary}{data}
0 commit comments