From ea3b372b4fd34dd133ec433d86a7ae6aaf0105bf Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Thu, 2 Oct 2014 15:20:13 +0600 Subject: [PATCH] DOC typo fix in leaks.rst --- docs/topics/leaks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/leaks.rst b/docs/topics/leaks.rst index d6530859b65..372691c8e67 100644 --- a/docs/topics/leaks.rst +++ b/docs/topics/leaks.rst @@ -49,7 +49,7 @@ Too Many Requests? By default Scrapy keeps the request queue in memory; it includes :class:`~scrapy.http.Request` objects and all objects referenced in Request attributes (e.g. in :attr:`~scrapy.http.Request.meta`). -While not necesserily a leak, this can take a lot of memory. Enabling +While not necessarily a leak, this can take a lot of memory. Enabling :ref:`persistent job queue ` could help keeping memory usage in control.