Update 3.8.rst (GH-18173) (#18182)

Fixed the name of the contributor (@selik).
(cherry picked from commit 9bfb4a7061)

Co-authored-by: fireattack <human.peng@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-01-25 09:33:36 -08:00 committed by Cheryl Sabella
parent a5906b2bfc
commit 079dfe082a
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ csv
The :class:`csv.DictReader` now returns instances of :class:`dict` instead of
a :class:`collections.OrderedDict`. The tool is now faster and uses less
memory while still preserving the field order.
(Contributed by Michael Seek in :issue:`34003`.)
(Contributed by Michael Selik in :issue:`34003`.)
curses