removed wrong docstring

This commit is contained in:
Pablo Hoffman 2009-08-28 02:21:32 -03:00
parent da20cf53f5
commit 0bfa1a910c
1 changed files with 0 additions and 2 deletions

View File

@ -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__()