diff --git a/scrapy/contrib/linkextractors/sgml.py b/scrapy/contrib/linkextractors/sgml.py index 71e16581e..4e54e9b7e 100644 --- a/scrapy/contrib/linkextractors/sgml.py +++ b/scrapy/contrib/linkextractors/sgml.py @@ -19,7 +19,7 @@ class BaseSgmlLinkExtractor(SGMLParser): def __init__(self, tag="a", attr="href", unique=False, process_value=None): warnings.warn( - "BaseSgmlLinkExtractor is deprecated and will be removed in future releases!!! " + "BaseSgmlLinkExtractor is deprecated and will be removed in future releases. " "Please use scrapy.contrib.linkextractors.LinkExtractor", ScrapyDeprecationWarning )