diff --git a/docs/topics/stats.rst b/docs/topics/stats.rst index f493a2df8..162d77f90 100644 --- a/docs/topics/stats.rst +++ b/docs/topics/stats.rst @@ -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: