From 861f9dda5ff45730f9a8c2efc41feffa01c2210d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Jan 2021 22:09:41 +0530 Subject: [PATCH] ... --- src/calibre/web/feeds/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index 30b346a1f1..6303efd632 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -1710,7 +1710,7 @@ class BasicNewsRecipe(Recipe): Convenience method to take a `BeautifulSoup `_ `Tag` and extract the text from it recursively, including any CDATA sections - and alt tag attributes. Return a possibly empty unicode string. + and alt tag attributes. Return a possibly empty Unicode string. `use_alt`: If `True` try to use the alt attribute for tags that don't have any textual content