Merge pull request #4081 from bulatbulat48/documentation-botname

Fixed BOT_NAME documentation
This commit is contained in:
Andrey Rahmatullin 2019-10-16 17:03:38 +05:00 committed by GitHub
commit 4894437826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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