From 6c68e4ce154b4b7990bf77314af52610bc1979de Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 2 Aug 2010 17:20:13 -0300 Subject: [PATCH] fixed documentation typo --- docs/topics/link-extractors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/link-extractors.rst b/docs/topics/link-extractors.rst index 1cbaf4505..c2a296ef5 100644 --- a/docs/topics/link-extractors.rst +++ b/docs/topics/link-extractors.rst @@ -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.