mirror of https://github.com/scrapy/scrapy.git
fixed typo in stats documentation. closes #159
This commit is contained in:
parent
831a45009a
commit
832e45073b
|
|
@ -92,7 +92,7 @@ Get spider-specific stat value::
|
|||
|
||||
Get all stats from a given spider::
|
||||
|
||||
>>> stats.get_stats('pages_crawled', spider=some_spider)
|
||||
>>> stats.get_stats(spider=some_spider)
|
||||
{'pages_crawled': 1238, 'start_time': datetime.datetime(2009, 7, 14, 21, 47, 28, 977139)}
|
||||
|
||||
.. _topics-stats-ref:
|
||||
|
|
|
|||
Loading…
Reference in New Issue