From 26c488970c51c06506cfc88c4a76440c009cdd48 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Tue, 18 Jul 2017 19:56:51 -0500 Subject: [PATCH] Fix a typo in the Items documentation --- docs/topics/items.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/items.rst b/docs/topics/items.rst index 4a8f47e93..4423bbda2 100644 --- a/docs/topics/items.rst +++ b/docs/topics/items.rst @@ -21,7 +21,7 @@ their available fields. Various Scrapy components use extra information provided by Items: exporters look at declared fields to figure out columns to export, serialization can be customized using Item fields metadata, :mod:`trackref` -tracks Item instances to help finding memory leaks +tracks Item instances to help find memory leaks (see :ref:`topics-leaks-trackrefs`), etc. .. _dictionary-like: https://docs.python.org/2/library/stdtypes.html#dict