From 58f931828721d363387760d725f85c756b10f5c9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Nov 2014 08:21:21 +0530 Subject: [PATCH] Fix #1388479 [Little typo](https://bugs.launchpad.net/calibre/+bug/1388479) --- 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 1d06bb2d50..9f11c2add0 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -144,7 +144,7 @@ class BasicNewsRecipe(Recipe): #: manually (though manual cleanup will always be superior). auto_cleanup = False - #: Specify elements that the auto cleanup algorithm should never remove + #: Specify elements that the auto cleanup algorithm should never remove. #: The syntax is a XPath expression. For example:: #: #: auto_cleanup_keep = '//div[@id="article-image"]' will keep all divs with