mirror of https://github.com/python/cpython
Remove bogus syntax error marker in csv doc (#115017)
This commit is contained in:
parent
e207cc181f
commit
39ec7fbba8
|
@ -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…
Reference in New Issue