[3.12] Remove bogus syntax error marker in csv doc (GH-115017) (#115018)

(cherry picked from commit 39ec7fbba8)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2024-02-05 05:17:58 +01:00 committed by GitHub
parent 49fbb068d5
commit ae7fa9fa60
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()