1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 23:24:11 +00:00

Tweak the CSVFeedSpider documentation

This commit is contained in:
Danny Guo 2017-07-13 22:58:10 -05:00 committed by GitHub
parent 5aebdac45d
commit dedc4a8b8f

View File

@ -578,8 +578,7 @@ CSVFeedSpider
.. attribute:: headers .. attribute:: headers
A list of the rows contained in the file CSV feed which will be used to A list of the column names in the CSV file.
extract fields from it.
.. method:: parse_row(response, row) .. method:: parse_row(response, row)