[Python-checkins] r72291 - in python/branches/py3k: Doc/library/xmlrpc.client.rst

georg.brandl python-checkins at python.org
Mon May 4 22:46:44 CEST 2009


Author: georg.brandl
Date: Mon May  4 22:46:44 2009
New Revision: 72291

Log:
Merged revisions 72290 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72290 | georg.brandl | 2009-05-04 22:45:13 +0200 (Mo, 04 Mai 2009) | 1 line
  
  #5927, 5928: typos.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/xmlrpc.client.rst

Modified: python/branches/py3k/Doc/library/xmlrpc.client.rst
==============================================================================
--- python/branches/py3k/Doc/library/xmlrpc.client.rst	(original)
+++ python/branches/py3k/Doc/library/xmlrpc.client.rst	Mon May  4 22:46:44 2009
@@ -144,7 +144,7 @@
 .. 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.
 
@@ -158,7 +158,7 @@
 
    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)


More information about the Python-checkins mailing list