whitespace normalization
This commit is contained in:
parent
c556722f09
commit
3f401f07e8
|
@ -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]}, ...]) => \
|
||||
|
|
Loading…
Reference in New Issue