Skip to content

Commit 19e4548

Browse files
committed
Fix version added for csv writeheader.
1 parent be0698b commit 19e4548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ DictWriter objects have the following public method:
399399

400400
Write a row with the field names (as specified in the constructor).
401401

402-
.. versionadded:: 2.7
402+
.. versionadded:: 3.2
403403

404404

405405
.. _csv-examples:

0 commit comments

Comments
 (0)