minor changes to some module descriptions

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401035
This commit is contained in:
Pablo Hoffman 2009-04-03 03:20:45 +00:00
parent 7e7823654c
commit b7bd00b336
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Request and Response objects
============================
.. module:: scrapy.http
:synopsis: Classes dealing with HTTP requests and responses.
:synopsis: Request and Response classes
Quick overview
==============

View File

@ -4,6 +4,9 @@
Selectors API
=============
.. module:: scrapy.xpath
:synopsis: XPath selectors classes
There are two types of selectors bundled with Scrapy:
:class:`HtmlXPathSelector` and :class:`XmlXPathSelector`. Both of them
implement the same :class:`XPathSelector` interface. The only different is that