From 4761e0c88d9ca4ac77648e02e06aabb1201ac0f8 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 21 Aug 2009 19:11:59 -0300 Subject: [PATCH] minor doc correction --- docs/topics/leaks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/leaks.rst b/docs/topics/leaks.rst index 53ed42c6f..835c8cb4c 100644 --- a/docs/topics/leaks.rst +++ b/docs/topics/leaks.rst @@ -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