Commit 5b5e0b9b authored by Guido van Rossum's avatar Guido van Rossum

Keep tabnanny happy.

parent 816a1b75
......@@ -709,7 +709,7 @@ class CDATASection(Text):
nodeName = "#cdata-section"
def writexml(self, writer, indent="", addindent="", newl=""):
writer.write("<![CDATA[%s]]>" % self.data)
writer.write("<![CDATA[%s]]>" % self.data)
def _nssplit(qualifiedName):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment