There was an error while loading. Please reload this page.
1 parent 214f18e commit 6860629Copy full SHA for 6860629
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