Skip to content

Commit ae7fa9f

Browse files
[3.12] Remove bogus syntax error marker in csv doc (GH-115017) (#115018)
(cherry picked from commit 39ec7fb) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 49fbb06 commit ae7fa9f

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)