From b7079fe0feb0760f174ac1beaf98d5099a17d0f1 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 20 Jul 2012 17:13:06 -0300 Subject: [PATCH] fixed typo in stats documentation. closes #159 --- docs/topics/stats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: