This commit is contained in:
Kovid Goyal 2014-11-02 08:21:52 +05:30
parent 58f9318287
commit e4642d964b

View File

@ -249,7 +249,7 @@ class BasicNewsRecipe(Recipe):
#: tags before the first element with `id="content"`.
remove_tags_before = None
#: List of attributes to remove from all tags
#: List of attributes to remove from all tags.
#: For example::
#:
#: remove_attributes = ['style', 'font']