From b1d2b34a60fd28d71d1ae8783c1471d5ce33097d Mon Sep 17 00:00:00 2001 From: je64u Date: Sat, 22 Feb 2014 23:50:11 -0500 Subject: [PATCH] Update item-pipeline.rst --- docs/topics/item-pipeline.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/item-pipeline.rst b/docs/topics/item-pipeline.rst index 1f3554e9f..146f6cbce 100644 --- a/docs/topics/item-pipeline.rst +++ b/docs/topics/item-pipeline.rst @@ -134,8 +134,8 @@ To activate an Item Pipeline component you must add its class to the :setting:`ITEM_PIPELINES` setting, like in the following example:: ITEM_PIPELINES = { - 'myproject.pipeline.PricePipeline': 300, - 'myproject.pipeline.JsonWriterPipeline': 800, + 'myproject.pipelines.PricePipeline': 300, + 'myproject.pipelines.JsonWriterPipeline': 800, } The integer values you assign to classes in this setting determine the