Skip to content

Commit e35e0f1

Browse files
authored
gh-67230: update whatsnew note for csv changes (#103598)
1 parent b57f55c commit e35e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ csv
258258

259259
* Add :data:`~csv.QUOTE_NOTNULL` and :data:`~csv.QUOTE_STRINGS` flags to
260260
provide finer grained control of ``None`` and empty strings by
261-
:class:`~csv.reader` and :class:`~csv.writer` objects.
261+
:class:`~csv.writer` objects.
262262

263263
inspect
264264
-------

0 commit comments

Comments
 (0)