]> granicus.if.org Git - python/commitdiff
clarify the type of data returned
authorSkip Montanaro <skip@pobox.com>
Wed, 25 Mar 2009 00:52:18 +0000 (00:52 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 25 Mar 2009 00:52:18 +0000 (00:52 +0000)
Doc/library/csv.rst

index 8c4554abc88b8e53e999802b6aa3f57bed479742..80ddaad947f6385f7f4ace5a8b4664e1e778b411 100644 (file)
@@ -70,8 +70,8 @@ The :mod:`csv` module defines the following functions:
    dialect.  For full details about the dialect and formatting parameters, see
    section :ref:`csv-fmt-params`.
 
-   All data read are returned as strings.  No automatic data type conversion is
-   performed.
+   Each row read from the csv file is returned as a list of strings.  No
+   automatic data type conversion is performed.
 
    The parser is quite strict with respect to multi-line quoted fields. Previously,
    if a line ended within a quoted field without a terminating newline character, a