Skip to content

Commit 16f6d47

Browse files
committed
pythonGH-135243: change use to understand
1 parent 3d93347 commit 16f6d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/csv.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ read and write files without having to account for inconsistencies.
3030
The :mod:`csv` module implements classes to read and write tabular data in CSV
3131
format. For example, the module enables programmers to say, "write this data in the
3232
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.
3636

3737
The :mod:`csv` module's :class:`reader` and :class:`writer` objects read and
3838
write sequences. Programmers can also read and write data in dictionary form

0 commit comments

Comments
 (0)