Skip to content

Commit 7f1c557

Browse files
[3.11] Remove bogus syntax error marker in csv doc (GH-115017) (#115019)
(cherry picked from commit 39ec7fb) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 5ce076f commit 7f1c557

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
@@ -240,7 +240,6 @@ The :mod:`csv` module defines the following classes:
240240

241241
with open('students.csv', 'w', newline='') as csvfile:
242242
writer = csv.writer(csvfile, dialect='unix')
243-
^^^^^^^^^^^^^^
244243

245244

246245
.. class:: excel()

0 commit comments

Comments
 (0)