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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 13 Jul 2001 19:46:03 -0700


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

Modified Files:
	libxmlrpclib.tex 
Log Message:

Correct a couple of errors noted by Alex Martelli.


Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** libxmlrpclib.tex	2001/07/12 23:39:24	1.2
--- libxmlrpclib.tex	2001/07/14 02:46:01	1.3
***************
*** 18,23 ****
  objects and XML on the wire.
  
! \begin{classdesc}{Server}{\optional{uri\optional{, transport\optional{,
!                           encoding\optional{, verbose}}}}}
  A \class{Server} instance is a server proxy that manages communication
  with a remote XML-RPC server.  The required first argument is a URI
--- 18,23 ----
  objects and XML on the wire.
  
! \begin{classdesc}{Server}{uri\optional{, transport\optional{,
!                           encoding\optional{, verbose}}}}
  A \class{Server} instance is a server proxy that manages communication
  with a remote XML-RPC server.  The required first argument is a URI
***************
*** 92,96 ****
  \end{methoddesc}
  
! \begin{methoddesc}{system.methodHelp}{name}
  This method takes one parameter, the name of a method implemented by
  the XML-RPC server.It returns an array of possible signatures for this
--- 92,96 ----
  \end{methoddesc}
  
! \begin{methoddesc}{system.methodSignature}{name}
  This method takes one parameter, the name of a method implemented by
  the XML-RPC server.It returns an array of possible signatures for this