From a354ebd80e61f3fbafa27ee5b80aee501a7c1077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 23 Oct 2025 14:10:33 +0200 Subject: [PATCH] Fix indentation issues --- docs/topics/extensions.rst | 2 +- docs/topics/media-pipeline.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/topics/extensions.rst b/docs/topics/extensions.rst index c3c356932..a0e54210b 100644 --- a/docs/topics/extensions.rst +++ b/docs/topics/extensions.rst @@ -258,7 +258,7 @@ settings: When a certain closing condition is met, requests that are currently in the downloader queue (up to :setting:`CONCURRENT_REQUESTS` - requests) are still processed. + requests) are still processed. .. setting:: CLOSESPIDER_TIMEOUT diff --git a/docs/topics/media-pipeline.rst b/docs/topics/media-pipeline.rst index ad215b604..14e8acea9 100644 --- a/docs/topics/media-pipeline.rst +++ b/docs/topics/media-pipeline.rst @@ -49,11 +49,11 @@ this: 4. When the files are downloaded, another field (``files``) will be populated with the results. This field will contain a list of dicts with information - about the downloaded files, such as the downloaded path, the original - scraped URL (taken from the ``file_urls`` field), the file checksum and the - file status. The files in the ``files`` field will retain the same order as - in the original ``file_urls`` field. If some file failed downloading, an - error will be logged and the file won't be present in the ``files`` field. + about the downloaded files, such as the downloaded path, the original + scraped URL (taken from the ``file_urls`` field), the file checksum and the + file status. The files in the ``files`` field will retain the same order as + in the original ``file_urls`` field. If some file failed downloading, an + error will be logged and the file won't be present in the ``files`` field. .. _images-pipeline: