mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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 ""
|
||||
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…
Add table
Add a link
Reference in a new issue