mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix a small typo in the docstring for system_methodSignature .
Closes bug #1038935. Thanks Malte Helmert for spotting it.
This commit is contained in:
parent
e7d4066cdf
commit
b9b5f160ab
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class SimpleXMLRPCDispatcher:
|
||||||
def system_methodSignature(self, method_name):
|
def system_methodSignature(self, method_name):
|
||||||
"""system.methodSignature('add') => [double, int, int]
|
"""system.methodSignature('add') => [double, int, int]
|
||||||
|
|
||||||
Returns a list describing the signiture of the method. In the
|
Returns a list describing the signature of the method. In the
|
||||||
above example, the add method takes two integers as arguments
|
above example, the add method takes two integers as arguments
|
||||||
and returns a double result.
|
and returns a double result.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue