summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.10.0a6.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.10.0a6.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.10.0a6.rst')
-rw-r--r--Misc/NEWS.d/3.10.0a6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0a6.rst b/Misc/NEWS.d/3.10.0a6.rst
index 313aa68..c379b96 100644
--- a/Misc/NEWS.d/3.10.0a6.rst
+++ b/Misc/NEWS.d/3.10.0a6.rst
@@ -295,7 +295,7 @@ actual dictionary. This created problems for introspection tools.
.. section: Library
Added :const:`~os.O_EVTONLY`, :const:`~os.O_FSYNC`, :const:`~os.O_SYMLINK` and
-:const:`~os.O_NOFOLLOW_ANY` for macOS. Patch by Dong-hee Na.
+:const:`~os.O_NOFOLLOW_ANY` for macOS. Patch by Donghee Na.
..