mirror of
https://github.com/python/cpython.git
synced 2025-08-11 04:19:06 +00:00
[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:
parent
49fbb068d5
commit
ae7fa9fa60
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue