summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/SimpleXMLRPCServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py
index fdde60c..68a20ef 100644
--- a/Lib/SimpleXMLRPCServer.py
+++ b/Lib/SimpleXMLRPCServer.py
@@ -266,7 +266,7 @@ class SimpleXMLRPCDispatcher:
def system_methodSignature(self, method_name):
"""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
and returns a double result.