mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix version added for csv writeheader.
This commit is contained in:
parent
be0698b1ad
commit
19e454874f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue