Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214f18e commit 6860629Copy full SHA for 6860629
1 file changed
Doc/library/csv.rst
@@ -203,9 +203,7 @@ The :mod:`csv` module defines the following classes:
203
:class:`writer` instance.
204
205
Note that unlike the :class:`DictReader` class, the *fieldnames* parameter
206
- of the :class:`DictWriter` is not optional. Since Python's :class:`dict`
207
- objects are not ordered, there is not enough information available to deduce
208
- the order in which the row should be written to file *f*.
+ of the :class:`DictWriter` class is not optional.
209
210
A short usage example::
211
0 commit comments