mirror of https://github.com/scrapy/scrapy.git
fix: remove line breaks
This commit is contained in:
parent
05893e1796
commit
1d862d0831
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue