mirror of https://github.com/scrapy/scrapy.git
minor doc correction
This commit is contained in:
parent
012fd1cc2f
commit
4761e0c88d
|
|
@ -62,7 +62,7 @@ production environments.
|
|||
|
||||
Once you have ``trackref`` enabled you can enter the telnet console and inspect
|
||||
how many objects (of the classes mentioned above) are currently alive using the
|
||||
``pref()`` function which is an alias to the
|
||||
``prefs()`` function which is an alias to the
|
||||
:func:`~scrapy.utils.trackref.print_live_refs` function::
|
||||
|
||||
telnet localhost 6023
|
||||
|
|
|
|||
Loading…
Reference in New Issue