diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 6ac946003..bf1532d1b 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -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)