From 71685fa2d042aaea97e431ce74cebe931a3d7952 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 11 Jul 2014 13:29:18 +0600 Subject: [PATCH] too much drama --- scrapy/contrib/linkextractors/sgml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )