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

(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:18:02 +01:00 committed by GitHub
parent 5ce076fd92
commit 7f1c5578bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,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()