mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Remove bogus syntax error marker in csv doc (#115017)
This commit is contained in:
parent
e207cc181f
commit
39ec7fbba8
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