Wrap that comment

This commit is contained in:
Luke Murphy 2020-01-20 16:57:22 +01:00
parent 142d1d4f5a
commit f43bfc433a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -104,7 +104,10 @@ def loadpadinfo(p):
return info
# Python developer Fredrik Lundh (author of elementtree, among other things) has such a function on his website, which works with decimal, hex and named entities:
# Python developer Fredrik Lundh (author of elementtree, among other things)
# has such a function on his website, which works with decimal, hex and named
# entities:
##
# Removes HTML or XML character references and entities from a text string.
#