mirror of https://github.com/scrapy/scrapy.git
updated old documentation references
This commit is contained in:
parent
43d47e5d9b
commit
1df2c17b78
|
|
@ -972,10 +972,8 @@ TELNETCONSOLE_ENABLED
|
|||
|
||||
Default: ``True``
|
||||
|
||||
Scope: ``scrapy.management.telnet``
|
||||
|
||||
A boolean which specifies if the telnet management console will be enabled
|
||||
(provided its extension is also enabled).
|
||||
A boolean which specifies if the :ref:`telnet console <topics-telnetconsole>`
|
||||
will be enabled (provided its extension is also enabled).
|
||||
|
||||
.. setting:: TELNETCONSOLE_PORT
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
Telnet Console
|
||||
==============
|
||||
|
||||
.. module:: scrapy.management.telnet
|
||||
.. module:: scrapy.telnet
|
||||
:synopsis: The Telnet Console
|
||||
|
||||
Scrapy comes with a built-in telnet console for inspecting and controlling a
|
||||
|
|
|
|||
Loading…
Reference in New Issue