From f0689a9ee8f7958d90c206f1dc4d217523014bb8 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 21 Aug 2009 08:34:53 -0300 Subject: [PATCH] fixed error in link extractors doc, thanks tarasm --- docs/topics/link-extractors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/link-extractors.rst b/docs/topics/link-extractors.rst index 383568952..1cbaf4505 100644 --- a/docs/topics/link-extractors.rst +++ b/docs/topics/link-extractors.rst @@ -93,8 +93,8 @@ SgmlLinkExtractor :type unique: boolean :param process_value: see ``process_value`` argument of - :class:`LinkExtractor` class constructor - :type process_value: boolean + :class:`BaseSgmlLinkExtractor` class constructor + :type process_value: callable BaseSgmlLinkExtractor ---------------------