Kaydet (Commit) 6b255fc1 authored tarafından Brett Cannon's avatar Brett Cannon

Fix typo in docstring for system_methodSignature .

Backport of fix for bug #1038935 .
üst c5a6b237
...@@ -267,7 +267,7 @@ class SimpleXMLRPCDispatcher: ...@@ -267,7 +267,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