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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19e454874fbdc97a577f66b786fd90832efecdcd;p=thirdparty%2FPython%2Fcpython.git Fix version added for csv writeheader. --- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 502d9349dbf3..71523b5c5289 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: