From 8cb722904535f0140598b7e34b3bd58f30c25c2d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Mar 2017 17:41:50 +0530 Subject: [PATCH] ... --- src/calibre/web/feeds/news.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index 8b5687ec20..4acd7fd2ed 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -834,8 +834,7 @@ class BasicNewsRecipe(Recipe): from the parsed HTML (soup). :param article: A object of class :class:`calibre.web.feeds.Article`. - If you change the summary, remember to also change the - text_summary + If you change the summary, remember to also change the text_summary :param soup: Parsed HTML belonging to this article :param first: True iff the parsed HTML is the first page of the article. '''