From d85da273be0e62f98b95ec1c78ac8862534749c7 Mon Sep 17 00:00:00 2001 From: John O'Connor Date: Fri, 28 Oct 2016 19:44:46 -0700 Subject: [PATCH] Fix typo in media pipeline docs --- docs/topics/media-pipeline.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/media-pipeline.rst b/docs/topics/media-pipeline.rst index 4ee4f1758..5e1ceff34 100644 --- a/docs/topics/media-pipeline.rst +++ b/docs/topics/media-pipeline.rst @@ -312,7 +312,7 @@ See here the methods that you can override in your custom Files Pipeline: By default the :meth:`get_media_requests` method returns ``None`` which means there are no files to download for the item. - .. method:: FilesPipeline.item_completed(results, items, info) + .. method:: FilesPipeline.item_completed(results, item, info) The :meth:`FilesPipeline.item_completed` method called when all file requests for a single item have completed (either finished downloading, or @@ -355,7 +355,7 @@ See here the methods that you can override in your custom Images Pipeline: Must return a Request for each image URL. - .. method:: ImagesPipeline.item_completed(results, items, info) + .. method:: ImagesPipeline.item_completed(results, item, info) The :meth:`ImagesPipeline.item_completed` method is called when all image requests for a single item have completed (either finished downloading, or