This commit is contained in:
Kovid Goyal 2014-11-02 12:27:41 +05:30
parent 787184f15b
commit e4ab7705de

View File

@ -157,7 +157,7 @@ class BasicNewsRecipe(Recipe):
#: #:
auto_cleanup_keep = None auto_cleanup_keep = None
#: Specify any extra :term:`CSS` that should be added to downloaded :term:`HTML` files #: Specify any extra :term:`CSS` that should be added to downloaded :term:`HTML` files.
#: It will be inserted into `<style>` tags, just before the closing #: It will be inserted into `<style>` tags, just before the closing
#: `</head>` tag thereby overriding all :term:`CSS` except that which is #: `</head>` tag thereby overriding all :term:`CSS` except that which is
#: declared using the style attribute on individual :term:`HTML` tags. #: declared using the style attribute on individual :term:`HTML` tags.