]> granicus.if.org Git - python/commitdiff
Fix version added for csv writeheader.
authorR. David Murray <rdmurray@bitdance.com>
Tue, 23 Feb 2010 23:00:34 +0000 (23:00 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 23 Feb 2010 23:00:34 +0000 (23:00 +0000)
Doc/library/csv.rst

index 502d9349dbf3cb16a7f28ca802150135fb690ed6..71523b5c5289d038817b1fa8b6bdc26bdb2330fe 100644 (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: