mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Straighten out some markup.
"boolean" --> "Boolean" (per the style guide).
This commit is contained in:
parent
c04f7a794e
commit
fe95e65668
1 changed files with 4 additions and 3 deletions
|
@ -219,10 +219,11 @@ triggered the error.
|
||||||
|
|
||||||
\subsection{Convenience Functions}
|
\subsection{Convenience Functions}
|
||||||
|
|
||||||
\begin{funcdesc}{boolean}{value, \optional{truefals=(False, True)}}
|
\begin{funcdesc}{boolean}{value\optional{, truefalse}}
|
||||||
Convert any Python value to one of the XML-RPC boolean constants.
|
Convert any Python value to one of the XML-RPC Boolean constants.
|
||||||
The optional second argument supplies a conversion table to be indexed
|
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}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{binary}{data}
|
\begin{funcdesc}{binary}{data}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue