From f43bfc433ac5430a562496ff010ad57e98f87af0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Jan 2020 16:57:22 +0100 Subject: [PATCH] Wrap that comment --- etherpump/commands/common.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. #