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