summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.8.rst
diff options
context:
space:
mode:
authorfireattack <human.peng@gmail.com>2020-01-25 15:08:13 (GMT)
committerCheryl Sabella <cheryl.sabella@gmail.com>2020-01-25 15:08:13 (GMT)
commit9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7 (patch)
tree88f13f990d795ab1be947aee9fcfeadf39b6f180 /Doc/whatsnew/3.8.rst
parentd23b08f8d006b94fefcaa664c3c8e600c5055b33 (diff)
downloadcpython-9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7.zip
cpython-9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7.tar.gz
cpython-9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7.tar.bz2
Update 3.8.rst (GH-18173)
Fixed the name of the contributor (@selik).
Diffstat (limited to 'Doc/whatsnew/3.8.rst')
-rw-r--r--Doc/whatsnew/3.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 0927a96..fabc1c5 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -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