From: Georg Brandl Date: Mon, 4 May 2009 20:45:13 +0000 (+0000) Subject: #5927, 5928: typos. X-Git-Tag: v2.7a1~1289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5f045e4708d671c7d67934006c10e374c6dc5a1;p=python #5927, 5928: typos. --- diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index 4035f8eeba..647cda9b9f 100644 --- a/Doc/library/xmlrpclib.rst +++ b/Doc/library/xmlrpclib.rst @@ -160,7 +160,7 @@ grouped under the reserved :attr:`system` member: .. method:: ServerProxy.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 + server. It returns an array of possible signatures for this method. A signature is an array of types. The first of these types is the return type of the method, the rest are parameters. @@ -174,7 +174,7 @@ grouped under the reserved :attr:`system` member: If no signature is defined for the method, a non-array value is returned. In Python this means that the type of the returned value will be something other - that list. + than list. .. method:: ServerProxy.system.methodHelp(name)