Skip to content

Commit

Permalink
Update xml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 12, 2024
1 parent 97a4267 commit 4dccf5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion threefive/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

def rm_xmlattr(exemel,attr):
"""
rm_xmlattr remove an attr from an xml string
rm_xmlattr remove an attr from
an xml string, byte string or Node instance.
"""
if isinstance(exemel,bytes):
exemel=exemel.decode()
Expand Down

0 comments on commit 4dccf5e

Please sign in to comment.