#2101: fix removeAttribute docs.

This commit is contained in:
Georg Brandl 2008-02-23 21:59:11 +00:00
parent a885c1521a
commit 7d009926ad

View file

@ -652,8 +652,8 @@ of that class.
.. method:: Element.removeAttribute(name)
Remove an attribute by name. No exception is raised if there is no matching
attribute.
Remove an attribute by name. If there is no matching attribute, a
:exc:`NotFoundErr` is raised.
.. method:: Element.removeAttributeNode(oldAttr)