We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842985f commit 9f56a93Copy full SHA for 9f56a93
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