diff options
Diffstat (limited to 'Doc/library/csv.rst')
-rw-r--r-- | Doc/library/csv.rst | 2 |
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: |