From dedc4a8b8f7cd3870f89bec2bf89a5ec11a95e4f Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Thu, 13 Jul 2017 22:58:10 -0500 Subject: [PATCH] Tweak the CSVFeedSpider documentation --- docs/topics/spiders.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)