Skip to content

Commit

Permalink
fix typo in ScrapyCommand.help docstring (#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristobalJunta authored and Gallaecio committed Oct 1, 2019
1 parent 2c14692 commit 7632e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy/commands/__init__.py
Expand Up @@ -47,7 +47,7 @@ def long_desc(self):

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()
Expand Down

0 comments on commit 7632e37

Please sign in to comment.