fixed documentation typo

This commit is contained in:
Pablo Hoffman 2010-08-02 17:20:13 -03:00
parent 68c7ef7d98
commit 6c68e4ce15
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ SgmlLinkExtractor
BaseSgmlLinkExtractor
---------------------
.. class:: BaseSgmlLinkExtractor(tag="a", href="href", unique=False, process_value=None)
.. class:: BaseSgmlLinkExtractor(tag="a", attr="href", unique=False, process_value=None)
The purpose of this Link Extractor is only to serve as a base class for the
:class:`SgmlLinkExtractor`. You should use that one instead.