summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-14 02:46:01 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-14 02:46:01 (GMT)
commit4124a0b343dcac70bbdc853d190e269a0d19e830 (patch)
tree241f281e88550242d718e0050da27a1417f9bbb3 /Doc/lib
parent7fc8abb3962792badbe2ca74eb913201e6015454 (diff)
downloadcpython-4124a0b343dcac70bbdc853d190e269a0d19e830.zip
cpython-4124a0b343dcac70bbdc853d190e269a0d19e830.tar.gz
cpython-4124a0b343dcac70bbdc853d190e269a0d19e830.tar.bz2
Correct a couple of errors noted by Alex Martelli.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libxmlrpclib.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index 6c22d9e..1464739 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -17,8 +17,8 @@ structured data. This module supports writing XML-RPC client code; it
handles all the details of translating between conformable Python
objects and XML on the wire.
-\begin{classdesc}{Server}{\optional{uri\optional{, transport\optional{,
- encoding\optional{, verbose}}}}}
+\begin{classdesc}{Server}{uri\optional{, transport\optional{,
+ encoding\optional{, verbose}}}}
A \class{Server} instance is a server proxy that manages communication
with a remote XML-RPC server. The required first argument is a URI
(Uniform Resource Indicator), and will normally be the URL of the
@@ -91,7 +91,7 @@ This method returns a list of strings, one for each (non-system)
method supported by the XML-RPC server.
\end{methoddesc}
-\begin{methoddesc}{system.methodHelp}{name}
+\begin{methoddesc}{system.methodSignature}{name}
This method takes one parameter, the name of a method implemented by
the XML-RPC server.It returns an array of possible signatures for this
method. A signature is an array of types. The first of these types is