From 3f401f07e8dd5afb2c33ea9f5fa145e3c2c3a690 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 29 Jun 2003 04:19:37 +0000 Subject: whitespace normalization --- Lib/SimpleXMLRPCServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/SimpleXMLRPCServer.py') 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]}, ...]) => \ -- cgit v1.2.1