diff --git a/sep/sep-019.rst b/sep/sep-019.rst index 68422891f..8b640814a 100644 --- a/sep/sep-019.rst +++ b/sep/sep-019.rst @@ -144,8 +144,3 @@ Proposed (new) startup process crawler.crawl(arg='value') spider = self.spidercls.from_crawler(self, arg='value') # starts crawling spider - -TODO -==== - -- should ``custom_settings`` be a static method instead of a class method?