]> granicus.if.org Git - python/commitdiff
whitespace normalization
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Jun 2003 04:19:37 +0000 (04:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Jun 2003 04:19:37 +0000 (04:19 +0000)
Lib/SimpleXMLRPCServer.py

index 600aa451984ed6268f242b4fb856f0cd73c645d9..8ffa2441c0617cc5d41b5a6a62722bc1fbf6c1be 100644 (file)
@@ -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]}, ...]) => \