1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 03:43:56 +00:00

fix typo at WEBCONSOLE_ENABLED setting documentaion of default value. thanks dzen

This commit is contained in:
Daniel Grana 2009-05-26 15:48:34 -03:00
parent 90d408b04f
commit c8827552b6

View File

@ -911,7 +911,7 @@ The default User-Agent to use when crawling, unless overrided.
WEBCONSOLE_ENABLED
------------------
Default: ``"%s/%s" % (BOT_NAME, BOT_VERSION)``
Default: True
A boolean which specifies if the web management console will be enabled
(provided its extension is also enabled).