mirror of https://github.com/scrapy/scrapy.git
spelling: and
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f3c6bfdebe
commit
334f844e58
|
|
@ -24,7 +24,7 @@ class ScrapyArgumentParser(argparse.ArgumentParser):
|
|||
|
||||
|
||||
def _iter_command_classes(module_name):
|
||||
# TODO: add `name` attribute to commands and and merge this function with
|
||||
# TODO: add `name` attribute to commands and merge this function with
|
||||
# scrapy.utils.spider.iter_spider_classes
|
||||
for module in walk_modules(module_name):
|
||||
for obj in vars(module).values():
|
||||
|
|
|
|||
Loading…
Reference in New Issue