mirror of https://github.com/python/cpython.git
clarify the type of data returned
This commit is contained in:
parent
d0cdb2ddf2
commit
9a1337b95e
|
@ -72,8 +72,8 @@ The :mod:`csv` module defines the following functions:
|
||||||
dialect. For full details about the dialect and formatting parameters, see
|
dialect. For full details about the dialect and formatting parameters, see
|
||||||
section :ref:`csv-fmt-params`.
|
section :ref:`csv-fmt-params`.
|
||||||
|
|
||||||
All data read are returned as strings. No automatic data type conversion is
|
Each row read from the csv file is returned as a list of strings. No
|
||||||
performed.
|
automatic data type conversion is performed.
|
||||||
|
|
||||||
A short usage example::
|
A short usage example::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue