[Python-checkins] r78389 - python/branches/py3k/Doc/library/csv.rst

r.david.murray python-checkins at python.org
Wed Feb 24 00:00:34 CET 2010


Author: r.david.murray
Date: Wed Feb 24 00:00:34 2010
New Revision: 78389

Log:
Fix version added for csv writeheader.


Modified:
   python/branches/py3k/Doc/library/csv.rst

Modified: python/branches/py3k/Doc/library/csv.rst
==============================================================================
--- python/branches/py3k/Doc/library/csv.rst	(original)
+++ python/branches/py3k/Doc/library/csv.rst	Wed Feb 24 00:00:34 2010
@@ -399,7 +399,7 @@
 
    Write a row with the field names (as specified in the constructor).
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.2
 
 
 .. _csv-examples:


More information about the Python-checkins mailing list