Commit 7d009926 authored by Georg Brandl's avatar Georg Brandl

#2101: fix removeAttribute docs.

parent a885c152
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment