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
1 changed files with 1 additions and 2 deletions

View File

@ -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)