[Python-checkins] python/dist/src/Doc/lib libsimplexmlrpc.tex, 1.9, 1.10

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Thu Aug 18 21:40:50 CEST 2005


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

Modified Files:
	libsimplexmlrpc.tex 
Log Message:
Fix typo (fixes SF bug #1263086).


Index: libsimplexmlrpc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsimplexmlrpc.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libsimplexmlrpc.tex	3 Feb 2005 15:01:23 -0000	1.9
+++ libsimplexmlrpc.tex	18 Aug 2005 19:40:39 -0000	1.10
@@ -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