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 ---------------------