Fix version added for csv writeheader.

This commit is contained in:
R. David Murray 2010-02-23 23:00:34 +00:00
parent be0698b1ad
commit 19e454874f

View file

@ -399,7 +399,7 @@ DictWriter objects have the following public method:
Write a row with the field names (as specified in the constructor).
.. versionadded:: 2.7
.. versionadded:: 3.2
.. _csv-examples: