summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.9.0a4.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-09-22 18:52:57 (GMT)
committerGitHub <noreply@github.com>2023-09-22 18:52:57 (GMT)
commit8a82bff12c8e6c6c204c8a48ee4993d908ec4b73 (patch)
tree30a4069a1bf427dc5b856a44b8fd80abc7a1f481 /Misc/NEWS.d/3.9.0a4.rst
parentb28ffaa193efc66f46ab90d383279174a11a11d7 (diff)
downloadcpython-8a82bff12c8e6c6c204c8a48ee4993d908ec4b73.zip
cpython-8a82bff12c8e6c6c204c8a48ee4993d908ec4b73.tar.gz
cpython-8a82bff12c8e6c6c204c8a48ee4993d908ec4b73.tar.bz2
Docs: Update Donghee Na's name (#109743)
Diffstat (limited to 'Misc/NEWS.d/3.9.0a4.rst')
-rw-r--r--Misc/NEWS.d/3.9.0a4.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.9.0a4.rst b/Misc/NEWS.d/3.9.0a4.rst
index 019b34c..e59435b 100644
--- a/Misc/NEWS.d/3.9.0a4.rst
+++ b/Misc/NEWS.d/3.9.0a4.rst
@@ -43,7 +43,7 @@ first item. Patch by Yonatan Goldschmidt.
.. nonce: BIIX2M
.. section: Core and Builtins
-Update clinic tool to use :c:func:`Py_IS_TYPE`. Patch by Dong-hee Na.
+Update clinic tool to use :c:func:`Py_IS_TYPE`. Patch by Donghee Na.
..
@@ -141,7 +141,7 @@ collection of deleted, pickled objects.
.. section: Core and Builtins
Fixed a possible crash in :meth:`list.__contains__` when a list is changed
-during comparing items. Patch by Dong-hee Na.
+during comparing items. Patch by Donghee Na.
..
@@ -152,7 +152,7 @@ during comparing items. Patch by Dong-hee Na.
:term:`floor division` of float operation now has a better performance. Also
the message of :exc:`ZeroDivisionError` for this operation is updated. Patch
-by Dong-hee Na.
+by Donghee Na.
..