Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4124a0b

Browse files
committed
Correct a couple of errors noted by Alex Martelli.
1 parent 7fc8abb commit 4124a0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libxmlrpclib.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ \section{\module{xmlrpclib} --- XML-RPC client access}
1717
handles all the details of translating between conformable Python
1818
objects and XML on the wire.
1919

20-
\begin{classdesc}{Server}{\optional{uri\optional{, transport\optional{,
21-
encoding\optional{, verbose}}}}}
20+
\begin{classdesc}{Server}{uri\optional{, transport\optional{,
21+
encoding\optional{, verbose}}}}
2222
A \class{Server} instance is a server proxy that manages communication
2323
with a remote XML-RPC server. The required first argument is a URI
2424
(Uniform Resource Indicator), and will normally be the URL of the
@@ -91,7 +91,7 @@ \subsection{Server Objects \label{server-objects}}
9191
method supported by the XML-RPC server.
9292
\end{methoddesc}
9393

94-
\begin{methoddesc}{system.methodHelp}{name}
94+
\begin{methoddesc}{system.methodSignature}{name}
9595
This method takes one parameter, the name of a method implemented by
9696
the XML-RPC server.It returns an array of possible signatures for this
9797
method. A signature is an array of types. The first of these types is

0 commit comments

Comments
 (0)