From eeed388a5b240c39e753b613f4a046f99abfcf0a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Nov 2014 12:29:30 +0530 Subject: [PATCH] Fix #1388510 [Little typo](https://bugs.launchpad.net/calibre/+bug/1388510) --- src/calibre/web/feeds/news.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index 73e003f9f4..3cb9776403 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -325,12 +325,14 @@ class BasicNewsRecipe(Recipe): #: Ignore duplicates of articles that are present in more than one section. #: A duplicate article is an article that has the same title and/or URL. - #: To ignore articles with the same title, set this to: - #: ignore_duplicate_articles = {'title'} - #: To use URLs instead, set it to: - #: ignore_duplicate_articles = {'url'} - #: To match on title or URL, set it to: - #: ignore_duplicate_articles = {'title', 'url'} + #: To ignore articles with the same title, set this to:: + #: ignore_duplicate_articles = {'title'} + #: + #: To use URLs instead, set it to:: + #: ignore_duplicate_articles = {'url'} + #: + #: To match on title or URL, set it to:: + #: ignore_duplicate_articles = {'title', 'url'} ignore_duplicate_articles = None #: If you set this True, then calibre will use javascript to login to the