20b3df9
diff -up libSBML-5.19.0-Source/examples/python/append_to_note.py.swig libSBML-5.19.0-Source/examples/python/append_to_note.py
20b3df9
--- libSBML-5.19.0-Source/examples/python/append_to_note.py.swig	2022-09-20 11:29:15.703578074 +0200
20b3df9
+++ libSBML-5.19.0-Source/examples/python/append_to_note.py	2022-09-20 11:29:51.020806478 +0200
20b3df9
@@ -75,7 +75,7 @@ def addToNotes(doc, id, stringToAdd):
1c1e4b3
         exit(4)
1c1e4b3
     print ("Body before change: ")
1c1e4b3
     print (body.toXMLString())
1c1e4b3
-    body.addChild(libsbml.XMLNode_convertStringToXMLNode(stringToAdd))
1c1e4b3
+    body.addChild(libsbml.XMLNode.convertStringToXMLNode(stringToAdd))
1c1e4b3
     print ("\nBody after change: ")
1c1e4b3
     print (body.toXMLString())
1c1e4b3