Commit 3f401f07 authored by Neal Norwitz's avatar Neal Norwitz

whitespace normalization

parent c556722f
...@@ -306,7 +306,7 @@ class SimpleXMLRPCDispatcher: ...@@ -306,7 +306,7 @@ class SimpleXMLRPCDispatcher:
return "" return ""
else: else:
import pydoc import pydoc
return pydoc.getdoc(method) return pydoc.getdoc(method)
def system_multicall(self, call_list): def system_multicall(self, call_list):
"""system.multicall([{'methodName': 'add', 'params': [2, 2]}, ...]) => \ """system.multicall([{'methodName': 'add', 'params': [2, 2]}, ...]) => \
......
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