whitespace normalization

This commit is contained in:
Neal Norwitz 2003-06-29 04:19:37 +00:00
parent c556722f09
commit 3f401f07e8
1 changed files with 1 additions and 1 deletions

View File

@ -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]}, ...]) => \