Commit 37d95581 authored by Guido van Rossum's avatar Guido van Rossum

Keep tabnanny happy.

parent a54e9318
......@@ -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