Remove bogus syntax error marker in csv doc (#115017)

This commit is contained in:
Terry Jan Reedy 2024-02-04 23:11:31 -05:00 committed by GitHub
parent e207cc181f
commit 39ec7fbba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()