diff --git a/etherpump/commands/common.py b/etherpump/commands/common.py index 506900e..83a2fae 100644 --- a/etherpump/commands/common.py +++ b/etherpump/commands/common.py @@ -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. #