From b09766f26c1bcfbb60de9276b83b84c753d7fc97 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Nov 2018 09:34:23 +0530 Subject: [PATCH] ... --- manual/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/news.rst b/manual/news.rst index f09f1af413..1ea813f20a 100644 --- a/manual/news.rst +++ b/manual/news.rst @@ -269,7 +269,7 @@ of articles that appear in *todays* paper. While more complex than simply using days paper. ``parse_index`` makes heavy use of `BeautifulSoup `_ to parse the daily paper webpage. You can also use other, more modern parsers if you -dislike BeatifulSoup. calibre comes with `lxml `_ and +dislike BeautifulSoup. calibre comes with `lxml `_ and `html5lib `_, which are the recommended parsers. To use them, replace the call to ``index_to_soup()`` with the following::