]> granicus.if.org Git - python/commitdiff
Fix typo (fixes SF bug #1263086).
authorWalter Dörwald <walter@livinglogic.de>
Thu, 18 Aug 2005 19:40:39 +0000 (19:40 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 18 Aug 2005 19:40:39 +0000 (19:40 +0000)
Doc/lib/libsimplexmlrpc.tex

index 9297a4e66b00f271c42cb9a9d20ed148b6636261..00a46942b4b3f51ce8d7c9a675d95e226f37678b 100644 (file)
@@ -61,7 +61,7 @@ simple, stand alone XML-RPC servers.
   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.