From c9614a5bdd1c8a3f50eeace148c59f0b52e293a2 Mon Sep 17 00:00:00 2001 From: Bulat Date: Wed, 16 Oct 2019 12:07:19 +0300 Subject: [PATCH 1/2] Fixed BOT_NAME documentation --- docs/topics/settings.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 75e0af63b..dbe3e9e44 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -229,8 +229,7 @@ BOT_NAME Default: ``'scrapybot'`` The name of the bot implemented by this Scrapy project (also known as the -project name). This will be used to construct the User-Agent by default, and -also for logging. +project name) and also for logging. It's automatically populated with your project name when you create your project with the :command:`startproject` command. From 84be6a941e3c4e80802dd52e43eb8e7064892cdb Mon Sep 17 00:00:00 2001 From: Bulat Date: Wed, 16 Oct 2019 14:04:07 +0300 Subject: [PATCH 2/2] Refactor sentence. --- docs/topics/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index dbe3e9e44..d41381dd1 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -229,7 +229,7 @@ BOT_NAME Default: ``'scrapybot'`` The name of the bot implemented by this Scrapy project (also known as the -project name) and also for logging. +project name). This name will be used for the logging too. It's automatically populated with your project name when you create your project with the :command:`startproject` command.