Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b5e0b9

Browse files
committed
Keep tabnanny happy.
1 parent 816a1b7 commit 5b5e0b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/dom/minidom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ class CDATASection(Text):
709709
nodeName = "#cdata-section"
710710

711711
def writexml(self, writer, indent="", addindent="", newl=""):
712-
writer.write("<![CDATA[%s]]>" % self.data)
712+
writer.write("<![CDATA[%s]]>" % self.data)
713713

714714

715715
def _nssplit(qualifiedName):

0 commit comments

Comments
 (0)