We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b98e4 commit 3da4caaCopy full SHA for 3da4caa
1 file changed
Doc/library/csv.rst
@@ -117,7 +117,7 @@ The :mod:`!csv` module defines the following functions:
117
spamwriter.writerow(['Spam'] * 5 + ['Baked Beans'])
118
spamwriter.writerow(['Spam', 'Lovely Spam', 'Wonderful Spam'])
119
120
- The example writes :file:`eggs.csv` with this content:
+ which writes :file:`eggs.csv` containing:
121
122
.. code-block:: text
123
@@ -250,7 +250,7 @@ The :mod:`!csv` module defines the following classes:
250
writer.writerow({'first_name': 'Lovely', 'last_name': 'Spam'})
251
writer.writerow({'first_name': 'Wonderful', 'last_name': 'Spam'})
252
253
- The example writes :file:`names.csv` with this content:
+ which writes :file:`names.csv` containing:
254
255
256
0 commit comments