From: R. David Murray Date: Tue, 23 Feb 2010 23:00:34 +0000 (+0000) Subject: Fix version added for csv writeheader. X-Git-Tag: v3.2a1~1643 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19e454874fbdc97a577f66b786fd90832efecdcd;p=python Fix version added for csv writeheader. --- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 502d9349db..71523b5c52 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -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: