Skip to content

Commit

Permalink
DOC typo fix in leaks.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Oct 2, 2014
1 parent 993b543 commit ea3b372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/leaks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <topics-jobs>` could help keeping memory usage
in control.

Expand Down

0 comments on commit ea3b372

Please sign in to comment.