[Python-checkins] CVS: python/dist/src/Doc/lib libxmlrpclib.tex,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Mon, 01 Oct 2001 10:03:50 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv13430/lib

Modified Files:
	libxmlrpclib.tex 
Log Message:
Straighten out some markup.
"boolean" --> "Boolean" (per the style guide).


Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libxmlrpclib.tex	2001/07/14 02:46:01	1.3
--- libxmlrpclib.tex	2001/10/01 17:03:48	1.4
***************
*** 220,227 ****
  \subsection{Convenience Functions}
  
! \begin{funcdesc}{boolean}{value, \optional{truefals=(False, True)}}
! 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.
  \end{funcdesc}
  
--- 220,228 ----
  \subsection{Convenience Functions}
  
! \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.  If omitted, the
! \code{True} and \code{False} values defined in this module are used.
  \end{funcdesc}