X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fxml.py;h=1abdad79d02c0bee25669b2cb4097c437b035a35;hb=431a6bf78c6232a44b178e2092451e733a71bba3;hp=25f16562b2ddd6c378d1a867cb55b3ca17475e24;hpb=07fcf3cbd55e243bed442271a7557178a92559bf;p=sfa.git diff --git a/sfa/util/xml.py b/sfa/util/xml.py index 25f16562..1abdad79 100755 --- a/sfa/util/xml.py +++ b/sfa/util/xml.py @@ -139,7 +139,7 @@ class XML: def add_element(self, name, attrs={}, parent=None, text=""): """ - Generic wrapper around etree.SubElement(). Adds an element to + Wrapper around etree.SubElement(). Adds an element to specified parent node. Adds element to root node is parent is not specified. """