From fcb3daf4fa3e4d97e9e66462395a021b3bc4363d Mon Sep 17 00:00:00 2001 From: Takehiro Shiozaki Date: Mon, 6 Feb 2017 14:03:41 +0900 Subject: [PATCH] fix typo --- 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 604f1864f..8360827e8 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -112,7 +112,7 @@ following methods: .. method:: process_spider_exception(response, exception, spider) - This method is called when when a spider or :meth:`process_spider_input` + This method is called when a spider or :meth:`process_spider_input` method (from other spider middleware) raises an exception. :meth:`process_spider_exception` should return either ``None`` or an