diff --git a/scrapy/stats/collector/simpledb.py b/scrapy/stats/collector/simpledb.py index 82e4040c8..1357a916c 100644 --- a/scrapy/stats/collector/simpledb.py +++ b/scrapy/stats/collector/simpledb.py @@ -13,8 +13,6 @@ from scrapy import log from scrapy.conf import settings class SimpledbStatsCollector(StatsCollector): - """A simple in-memory stats collector which keeps scraping stats of last - run. Those can be accessed through the ``domain_stats`` attribute""" def __init__(self): super(SimpledbStatsCollector, self).__init__()