Remove unnecessary note for the JsonWriterPipeline example

This commit is contained in:
Bernardas 2016-10-05 16:35:23 +00:00
parent eb91cb8ea2
commit dfba151f59
1 changed files with 1 additions and 8 deletions

View File

@ -129,14 +129,7 @@ MongoDB address and database name are specified in Scrapy settings;
MongoDB collection is named after item class.
The main point of this example is to show how to use :meth:`from_crawler`
method and how to clean up the resources properly.
.. note::
Previous example (JsonWriterPipeline) doesn't clean up resources properly.
Fixing it is left as an exercise for the reader.
::
method and how to clean up the resources properly.::
import pymongo