mirror of https://github.com/scrapy/scrapy.git
Tweak the CSVFeedSpider documentation
This commit is contained in:
parent
5aebdac45d
commit
dedc4a8b8f
|
|
@ -578,8 +578,7 @@ CSVFeedSpider
|
|||
|
||||
.. attribute:: headers
|
||||
|
||||
A list of the rows contained in the file CSV feed which will be used to
|
||||
extract fields from it.
|
||||
A list of the column names in the CSV file.
|
||||
|
||||
.. method:: parse_row(response, row)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue