diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-08-18 19:40:39 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-08-18 19:40:39 (GMT) |
commit | cca3af3b7199259503cbb94605473b9d1a13ad16 (patch) | |
tree | 5539237f264722a2d8de3fe22c4af27544005fd3 /Doc/lib/libsimplexmlrpc.tex | |
parent | d8e133865d38ee384ec8b627e3e9b07dad199f92 (diff) | |
download | cpython-cca3af3b7199259503cbb94605473b9d1a13ad16.zip cpython-cca3af3b7199259503cbb94605473b9d1a13ad16.tar.gz cpython-cca3af3b7199259503cbb94605473b9d1a13ad16.tar.bz2 |
Fix typo (fixes SF bug #1263086).
Diffstat (limited to 'Doc/lib/libsimplexmlrpc.tex')
-rw-r--r-- | Doc/lib/libsimplexmlrpc.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex index 9297a4e..00a4694 100644 --- a/Doc/lib/libsimplexmlrpc.tex +++ b/Doc/lib/libsimplexmlrpc.tex @@ -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. |