[Python-checkins] python/dist/src/Doc/lib libsimplexmlrpc.tex,1.4,1.5

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 17 Jan 2003 14:47:35 -0800


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

Modified Files:
	libsimplexmlrpc.tex 
Log Message:
Fix a couple of markup errors.


Index: libsimplexmlrpc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsimplexmlrpc.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libsimplexmlrpc.tex	15 Jan 2003 11:37:23 -0000	1.4
--- libsimplexmlrpc.tex	17 Jan 2003 22:47:33 -0000	1.5
***************
*** 103,107 ****
  \begin{methoddesc}{register_function}{function\optional{, name}}
  Register a function that can respond to XML-RPC requests. If 
! \var{name] is given, it will be the method name associated with 
  function, otherwise \var{function.__name__} will be used. \var{name}
  can be either a normal or Unicode string, and may contain 
--- 103,107 ----
  \begin{methoddesc}{register_function}{function\optional{, name}}
  Register a function that can respond to XML-RPC requests. If 
! \var{name} is given, it will be the method name associated with 
  function, otherwise \var{function.__name__} will be used. \var{name}
  can be either a normal or Unicode string, and may contain 
***************
*** 116,120 ****
  requested method name and the parameters from the 
  request; the return value is returned to the client as the result.
! If instance does not have a \methode{_dispatch()} method, it is searched 
  for an attribute matching the name of the requested method; if 
  the requested method name contains periods, each 
--- 116,120 ----
  requested method name and the parameters from the 
  request; the return value is returned to the client as the result.
! If instance does not have a \method{_dispatch()} method, it is searched 
  for an attribute matching the name of the requested method; if 
  the requested method name contains periods, each 
***************
*** 155,157 ****
  handler.register_instance(MyFuncs())
  handler.handle_request()
! \end{verbatim}
\ No newline at end of file
--- 155,157 ----
  handler.register_instance(MyFuncs())
  handler.handle_request()
! \end{verbatim}