Commit b9b5f160 authored by Brett Cannon's avatar Brett Cannon

Fix a small typo in the docstring for system_methodSignature .

Closes bug #1038935.  Thanks Malte Helmert for spotting it.
parent e7d4066c
...@@ -266,7 +266,7 @@ class SimpleXMLRPCDispatcher: ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment