From: Neal Norwitz Date: Sun, 29 Jun 2003 04:19:37 +0000 (+0000) Subject: whitespace normalization X-Git-Tag: v2.3c1~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690;p=python whitespace normalization --- diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 600aa45198..8ffa2441c0 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]}, ...]) => \