[Python-checkins] gh-67230: update whatsnew note for csv changes (#103598)

merwok webhook-mailer at python.org
Mon Apr 17 21:21:45 EDT 2023


https://github.com/python/cpython/commit/e35e0f15eba64a1dcbab10bbbd2ce276e190dcfa
commit: e35e0f15eba64a1dcbab10bbbd2ce276e190dcfa
branch: main
author: Skip Montanaro <skip.montanaro at gmail.com>
committer: merwok <merwok at netwok.org>
date: 2023-04-17T21:21:19-04:00
summary:

gh-67230: update whatsnew note for csv changes (#103598)

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 4165b16ba764..2a371ebf55a1 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -258,7 +258,7 @@ csv
 
 * Add :data:`~csv.QUOTE_NOTNULL` and :data:`~csv.QUOTE_STRINGS` flags to
   provide finer grained control of ``None`` and empty strings by
-  :class:`~csv.reader` and :class:`~csv.writer` objects.
+  :class:`~csv.writer` objects.
 
 inspect
 -------



More information about the Python-checkins mailing list