Skip to content

Commit

Permalink
Remove bogus syntax error marker in csv doc (python#115017)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy authored Feb 5, 2024
1 parent e207cc1 commit 39ec7fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Doc/library/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ The :mod:`csv` module defines the following classes:

with open('students.csv', 'w', newline='') as csvfile:
writer = csv.writer(csvfile, dialect='unix')
^^^^^^^^^^^^^^


.. class:: excel()
Expand Down

0 comments on commit 39ec7fb

Please sign in to comment.