fix typo in ScrapyCommand.help docstring (#4046)

This commit is contained in:
Eugen 2019-10-01 17:29:48 +03:00 committed by Adrián Chaves
parent 2c14692e60
commit 7632e375c2
1 changed files with 1 additions and 1 deletions

View File

@ -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()