File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ read and write files without having to account for inconsistencies.
30
30
The :mod: `csv ` module implements classes to read and write tabular data in CSV
31
31
format. For example, the module enables programmers to say, "write this data in the
32
32
format preferred by Excel," or "read data from this file which was generated by Excel,"
33
- without knowing the precise details of the CSV format that is used by Excel. Programmers
34
- can also describe CSV formats that are used by other applications or define custom CSV
35
- formats for specific use cases.
33
+ without knowing the precise details of the CSV format that is understood by Excel.
34
+ Programmers can also describe CSV formats that are understood by other applications or
35
+ define custom dialects (CSV formats) for specific use cases.
36
36
37
37
The :mod: `csv ` module's :class: `reader ` and :class: `writer ` objects read and
38
38
write sequences. Programmers can also read and write data in dictionary form
You can’t perform that action at this time.
0 commit comments