summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleXMLRPCServer.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-06-29 04:19:37 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-06-29 04:19:37 (GMT)
commit3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690 (patch)
tree3e49bdc2947d99fe299e700e60f8383c9ce605ea /Lib/SimpleXMLRPCServer.py
parentc556722f09ea9ce7f3555196c971c36b888377fa (diff)
downloadcpython-3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690.zip
cpython-3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690.tar.gz
cpython-3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690.tar.bz2
whitespace normalization
Diffstat (limited to 'Lib/SimpleXMLRPCServer.py')
-rw-r--r--Lib/SimpleXMLRPCServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py
index 600aa45..8ffa244 100644
--- a/Lib/SimpleXMLRPCServer.py
+++ b/Lib/SimpleXMLRPCServer.py
@@ -306,7 +306,7 @@ class SimpleXMLRPCDispatcher:
return ""
else:
import pydoc
- return pydoc.getdoc(method)
+ return pydoc.getdoc(method)
def system_multicall(self, call_list):
"""system.multicall([{'methodName': 'add', 'params': [2, 2]}, ...]) => \