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