From 1d862d083104405ba432ddf0d741a304381b5608 Mon Sep 17 00:00:00 2001 From: Jalil SA <61639983+jxlil@users.noreply.github.com> Date: Wed, 8 Mar 2023 03:26:38 -0600 Subject: [PATCH] fix: remove line breaks --- docs/topics/spiders.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index e5a539fe7..d501466de 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -179,8 +179,6 @@ scrapy.Spider settings.setdefault("FEEDS", {}).update(cls.custom_feed) super().update_settings(settings) - - .. method:: start_requests() This method must return an iterable with the first Requests to crawl for