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 49fbb06 commit ae7fa9fCopy full SHA for ae7fa9f
1 file changed
Doc/library/csv.rst
@@ -244,7 +244,6 @@ The :mod:`csv` module defines the following classes:
244
245
with open('students.csv', 'w', newline='') as csvfile:
246
writer = csv.writer(csvfile, dialect='unix')
247
- ^^^^^^^^^^^^^^
248
249
250
.. class:: excel()
0 commit comments