]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-67230: update whatsnew note for csv changes (#103598)
authorSkip Montanaro <skip.montanaro@gmail.com>
Tue, 18 Apr 2023 01:21:19 +0000 (20:21 -0500)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2023 01:21:19 +0000 (21:21 -0400)
Doc/whatsnew/3.12.rst

index 4165b16ba764414d904eb2d301a6900f2a41d29c..2a371ebf55a11f46ea3d97c54e8defd94867ba3c 100644 (file)
@@ -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
 -------