]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update 3.8.rst (GH-18173)
authorfireattack <human.peng@gmail.com>
Sat, 25 Jan 2020 15:08:13 +0000 (09:08 -0600)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 25 Jan 2020 15:08:13 +0000 (10:08 -0500)
Fixed the name of the contributor (@selik).

Doc/whatsnew/3.8.rst

index 0927a965dd3de44117dc0a869e0e75f2970f1703..fabc1c597eca705d0b9493a3a67dc49794d87fcb 100644 (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