From: Fredrik Lundh Date: Thu, 23 Aug 2001 20:13:08 +0000 (+0000) Subject: untabification X-Git-Tag: v2.2a3~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c266bb059466a44a3bd656ef35c802b8bbf270fc;p=python untabification --- diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index 51e31defba..7a982e49ac 100644 --- a/Lib/xmlrpclib.py +++ b/Lib/xmlrpclib.py @@ -387,11 +387,11 @@ class Marshaller: write("\n") else: # parameter block - # FIXME: the xml-rpc specification allows us to leave out - # the entire 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 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("\n") for v in values: write("\n")