From 0bfa1a910c7d3f9d718dd38852a426a312aca95d Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 28 Aug 2009 02:21:32 -0300 Subject: [PATCH] removed wrong docstring --- scrapy/stats/collector/simpledb.py | 2 -- 1 file changed, 2 deletions(-) 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__()