]> granicus.if.org Git - python/commitdiff
untabification
authorFredrik Lundh <fredrik@pythonware.com>
Thu, 23 Aug 2001 20:13:08 +0000 (20:13 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Thu, 23 Aug 2001 20:13:08 +0000 (20:13 +0000)
Lib/xmlrpclib.py

index 51e31defba2f46d17b1f17e56a6699f82008bca9..7a982e49ac95763c60a7551aac1b39f16d7724f5 100644 (file)
@@ -387,11 +387,11 @@ class Marshaller:
             write("</fault>\n")
         else:
             # parameter block
-           # FIXME: the xml-rpc specification allows us to leave out
-           # the entire <params> block if there are no parameters.
-           # however, changing this may break older code (including
-           # old versions of xmlrpclib.py), so this is better left as
-           # is for now.  See @XMLRPC3 for more information. /F
+            # FIXME: the xml-rpc specification allows us to leave out
+            # the entire <params> block if there are no parameters.
+            # however, changing this may break older code (including
+            # old versions of xmlrpclib.py), so this is better left as
+            # is for now.  See @XMLRPC3 for more information. /F
             write("<params>\n")
             for v in values:
                 write("<param>\n")