summaryrefslogtreecommitdiff
path: root/Doc/library/csv.rst
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-02-23 23:00:34 +0000
committerR. David Murray <rdmurray@bitdance.com>2010-02-23 23:00:34 +0000
commit19e454874fbdc97a577f66b786fd90832efecdcd (patch)
treefe67a7af7a7927a365482dfbde8ca77cb107c0f0 /Doc/library/csv.rst
parentbe0698b1ad096d8bd6564fa06486f2fcea47cac9 (diff)
downloadcpython-git-19e454874fbdc97a577f66b786fd90832efecdcd.tar.gz
Fix version added for csv writeheader.
Diffstat (limited to 'Doc/library/csv.rst')
-rw-r--r--Doc/library/csv.rst2
1 files changed, 1 insertions, 1 deletions
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: