Update 3.8.rst (GH-18173)

Fixed the name of the contributor (@selik).
This commit is contained in:
fireattack 2020-01-25 09:08:13 -06:00 committed by Cheryl Sabella
parent d23b08f8d0
commit 9bfb4a7061
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,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