https://github.com/python/cpython/commit/39ec7fbba84663ab760853da2ac422c2e988d189
commit: 39ec7fbba84663ab760853da2ac422c2e988d189
branch: main
author: Terry Jan Reedy <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-02-05T04:11:31Z
summary:

Remove bogus syntax error marker in csv doc (#115017)

files:
M Doc/library/csv.rst

diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index fd62b225fcebb8..4ee7820585d3a2 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -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()

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to