From 19e454874fbdc97a577f66b786fd90832efecdcd Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Tue, 23 Feb 2010 23:00:34 +0000 Subject: Fix version added for csv writeheader. --- Doc/library/csv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1