]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update 3.8.rst (GH-18173) (#18182)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jan 2020 17:33:36 +0000 (09:33 -0800)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 25 Jan 2020 17:33:36 +0000 (12:33 -0500)
Fixed the name of the contributor (@selik).
(cherry picked from commit 9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7)

Co-authored-by: fireattack <human.peng@gmail.com>
Doc/whatsnew/3.8.rst

index 546fa2d5f016ec3837a3e4682c095e33f7324968..7bc91a9fc19bf5bd77471c6039d7d5570da5cbca 100644 (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