[Python-checkins] python/dist/src/Doc/lib libsimplexmlrpc.tex, 1.7.2.1, 1.7.2.2

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Thu Aug 18 21:48:34 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11778/Doc/lib

Modified Files:
      Tag: release24-maint
	libsimplexmlrpc.tex 
Log Message:
Backport checkin:
Fix typo (fixes SF bug #1263086).


Index: libsimplexmlrpc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsimplexmlrpc.tex,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -d -r1.7.2.1 -r1.7.2.2
--- libsimplexmlrpc.tex	3 Feb 2005 15:00:17 -0000	1.7.2.1
+++ libsimplexmlrpc.tex	18 Aug 2005 19:48:24 -0000	1.7.2.2
@@ -61,7 +61,7 @@
   not been registered using \method{register_function()}.  If
   \var{instance} contains a \method{_dispatch()} method, it is called
   with the requested method name and the parameters from the request.  Its
-  API is \code{def \method{_dispatch}(self, method, params)} (note tha
+  API is \code{def \method{_dispatch}(self, method, params)} (note that
   \var{params} does not represent a variable argument list).  If it calls an
   underlying function to perform its task, that function is called as
   \code{func(*params)}, expanding the parameter list.



More information about the Python-checkins mailing list