mirror of https://github.com/scrapy/scrapy.git
minor changes to some module descriptions
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401035
This commit is contained in:
parent
7e7823654c
commit
b7bd00b336
|
|
@ -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
|
||||
==============
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue