diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-06-29 04:19:37 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-06-29 04:19:37 (GMT) |
commit | 3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690 (patch) | |
tree | 3e49bdc2947d99fe299e700e60f8383c9ce605ea | |
parent | c556722f09ea9ce7f3555196c971c36b888377fa (diff) | |
download | cpython-3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690.zip cpython-3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690.tar.gz cpython-3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690.tar.bz2 |
whitespace normalization
-rw-r--r-- | Lib/SimpleXMLRPCServer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 600aa45..8ffa244 100644 --- a/Lib/SimpleXMLRPCServer.py +++ b/Lib/SimpleXMLRPCServer.py @@ -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]}, ...]) => \ |