From 7632e375c268d31c570904452902799db180c415 Mon Sep 17 00:00:00 2001 From: Eugen Date: Tue, 1 Oct 2019 17:29:48 +0300 Subject: [PATCH] fix typo in ScrapyCommand.help docstring (#4046) --- scrapy/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/commands/__init__.py b/scrapy/commands/__init__.py index 43b420821..0b24193c2 100644 --- a/scrapy/commands/__init__.py +++ b/scrapy/commands/__init__.py @@ -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()