https://github.com/python/cpython/commit/7f1c5578bbe9461185715ce162baf37eb58689f5
commit: 7f1c5578bbe9461185715ce162baf37eb58689f5
branch: 3.11
author: Miss Islington (bot) <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-02-05T04:18:02Z
summary:

[3.11] Remove bogus syntax error marker in csv doc (GH-115017) (#115019)

(cherry picked from commit 39ec7fbba84663ab760853da2ac422c2e988d189)

Co-authored-by: Terry Jan Reedy <[email protected]>

files:
M Doc/library/csv.rst

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

_______________________________________________
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