added module directive to spidermw documentation

This commit is contained in:
Ismael Carnales 2009-09-07 12:03:24 -03:00
parent 30c2ad3f0c
commit e3df11e5bb
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ Writing your own spider middleware
Writing your own spider middleware is easy. Each middleware component is a
single Python class that defines one or more of the following methods:
.. module:: scrapy.contrib.spidermiddleware
.. class:: SpiderMiddleware
.. method:: process_spider_input(response, spider)