From e3c1260671110ff5a8612a885e5fcfee7359ffd0 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Mon, 19 Jan 2015 22:02:46 +0500 Subject: [PATCH] DOC fix a reference --- docs/topics/spider-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index 3df59998b..c5d9b99cf 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -94,7 +94,7 @@ single Python class that defines one or more of the following methods: :param response: the response which generated this output from the spider - :type response: class:`~scrapy.http.Response` object + :type response: :class:`~scrapy.http.Response` object :param result: the result returned by the spider :type result: an iterable of :class:`~scrapy.http.Request` or