summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-02-23 23:00:34 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-02-23 23:00:34 (GMT)
commit19e454874fbdc97a577f66b786fd90832efecdcd (patch)
treefe67a7af7a7927a365482dfbde8ca77cb107c0f0 /Doc
parentbe0698b1ad096d8bd6564fa06486f2fcea47cac9 (diff)
downloadcpython-19e454874fbdc97a577f66b786fd90832efecdcd.zip
cpython-19e454874fbdc97a577f66b786fd90832efecdcd.tar.gz
cpython-19e454874fbdc97a577f66b786fd90832efecdcd.tar.bz2
Fix version added for csv writeheader.
Diffstat (limited to 'Doc')
-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 502d934..71523b5 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: