From b71f6775c1ea24fe41e332e2a0cea89dd91e5909 Mon Sep 17 00:00:00 2001 From: Valdir Stumm Jr Date: Mon, 26 Oct 2015 00:00:20 -0200 Subject: [PATCH] fixed a typo in the documentation. --- docs/topics/media-pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/media-pipeline.rst b/docs/topics/media-pipeline.rst index 4ee4f1758..5ed6ce97d 100644 --- a/docs/topics/media-pipeline.rst +++ b/docs/topics/media-pipeline.rst @@ -7,7 +7,7 @@ Downloading and processing files and images .. currentmodule:: scrapy.pipelines.images Scrapy provides reusable :doc:`item pipelines ` for -downloading fies attached to a particular item (for example, when you scrape +downloading files attached to a particular item (for example, when you scrape products and also want to download their images locally). These pipelines share a bit of functionality and structure (we refer to them as media pipelines), but typically you'll either use the Files Pipeline or the Images Pipeline.