From 4849f9dc395e34d23428d4670594349e41d3cf98 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 Aug 2025 21:59:31 +0530 Subject: [PATCH] pep8 --- recipes/tagespost.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/tagespost.recipe b/recipes/tagespost.recipe index e6eed24ff6..341e364816 100644 --- a/recipes/tagespost.recipe +++ b/recipes/tagespost.recipe @@ -62,7 +62,7 @@ class Tagespost(BasicNewsRecipe): .topline { font-size:small; } - .description { font-style: italic; } + .description { font-style: italic; } ''' def preprocess_html(self, soup):