Merge pull request #2826 from dguo/patch-1

[MRG+1] Tweak the CSVFeedSpider documentation
This commit is contained in:
Daniel Graña 2017-07-24 15:28:15 -03:00 committed by GitHub
commit 8e0b640d2b
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)