split api and driver
[sfa.git] / sfa / util / xml.py
index 25f1656..1abdad7 100755 (executable)
@@ -139,7 +139,7 @@ class XML:
 
     def add_element(self, name, attrs={}, parent=None, text=""):
         """
 
     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. 
         """
         specified parent node. Adds element to root node is parent is 
         not specified. 
         """