mirror of https://github.com/python/cpython.git
[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:
parent
5ce076fd92
commit
7f1c5578bb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue