Skip to content

Commit 9f56a93

Browse files
bpo-33798: Update csv document about dict order (GH-7490)
(cherry picked from commit 6860629) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 842985f commit 9f56a93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/csv.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ The :mod:`csv` module defines the following classes:
203203
:class:`writer` instance.
204204

205205
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*.
206+
of the :class:`DictWriter` class is not optional.
209207

210208
A short usage example::
211209

0 commit comments

Comments
 (0)