diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 38662b2a6d..99afc32b18 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -135,7 +135,7 @@ turned into a collection on the reader. Note that the PRS-500 does not support c How do I use |app| with my iPad/iPhone/iTouch? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The easiest way to browse your |app| collection on your Apple device (iPad/iPhone/iPod) is by using the *free* Stanza app, available from the Apple app store. You need at least STanza version 3.0. Stanza allows you to access your |app| collection wirelessly, over the air. +The easiest way to browse your |app| collection on your Apple device (iPad/iPhone/iPod) is by using the *free* Stanza app, available from the Apple app store. You need at least Stanza version 3.0. Stanza allows you to access your |app| collection wirelessly, over the air. First perform the following steps in |app| diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index faa89de7c9..8c99bf2559 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -538,8 +538,8 @@ class BasicNewsRecipe(Recipe): Intended to be used to get article metadata like author/summary/etc. 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. '''