mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
whitespace normalization
This commit is contained in:
parent
c556722f09
commit
3f401f07e8
1 changed files with 1 additions and 1 deletions
|
@ -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]}, ...]) => \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue