Skip to content

Commit 39ec7fb

Browse files
authored
Remove bogus syntax error marker in csv doc (#115017)
1 parent e207cc1 commit 39ec7fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/csv.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ The :mod:`csv` module defines the following classes:
244244

245245
with open('students.csv', 'w', newline='') as csvfile:
246246
writer = csv.writer(csvfile, dialect='unix')
247-
^^^^^^^^^^^^^^
248247

249248

250249
.. class:: excel()

0 commit comments

Comments
 (0)