From b044da041757bb0f2e9f9c3b01280446a7477f20 Mon Sep 17 00:00:00 2001 From: eloitor Date: Thu, 4 Sep 2025 12:41:33 +0000 Subject: [PATCH] fix typo --- src/rss.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rss.py b/src/rss.py index 9838b11..ab19681 100644 --- a/src/rss.py +++ b/src/rss.py @@ -1,4 +1,3 @@ - from microblog import My_Html_Parser # from html.parser import HTMLParser from html import escape @@ -35,7 +34,7 @@ def line2words(lines, limit): output.append("...") return output -# this is similar tot he markup function in microblog +# this is similar to the markup function in microblog def enrich_msg(lines, is_atom=True): if not is_atom: return lines