mirror of https://github.com/scrapy/scrapy.git
fix typo in ScrapyCommand.help docstring (#4046)
This commit is contained in:
parent
2c14692e60
commit
7632e375c2
|
|
@ -47,7 +47,7 @@ class ScrapyCommand(object):
|
|||
|
||||
def help(self):
|
||||
"""An extensive help for the command. It will be shown when using the
|
||||
"help" command. It can contain newlines, since not post-formatting will
|
||||
"help" command. It can contain newlines, since no post-formatting will
|
||||
be applied to its contents.
|
||||
"""
|
||||
return self.long_desc()
|
||||
|
|
|
|||
Loading…
Reference in New Issue