mirror of https://github.com/scrapy/scrapy.git
fixed doc typo
This commit is contained in:
parent
99a876754c
commit
f19c939925
|
|
@ -146,7 +146,7 @@ how you :ref:`configure the downloader middlewares
|
|||
>>> extensions.load()
|
||||
>>> print extensions.enabled
|
||||
{'CoreStats': <scrapy.contrib.corestats.CoreStats object at 0x9e272ac>,
|
||||
'WebConsoke': <scrapy.management.telnet.TelnetConsole instance at 0xa05670c>,
|
||||
'WebConsole': <scrapy.management.telnet.TelnetConsole instance at 0xa05670c>,
|
||||
...
|
||||
|
||||
.. attribute:: disabled
|
||||
|
|
|
|||
Loading…
Reference in New Issue