#5927, 5928: typos.

This commit is contained in:
Georg Brandl 2009-05-04 20:45:13 +00:00
parent 2ca9be4a0c
commit f5f045e470
1 changed files with 2 additions and 2 deletions

View File

@ -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)