diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-09-22 18:52:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 18:52:57 (GMT) |
commit | 8a82bff12c8e6c6c204c8a48ee4993d908ec4b73 (patch) | |
tree | 30a4069a1bf427dc5b856a44b8fd80abc7a1f481 /Misc/NEWS.d/3.10.0a6.rst | |
parent | b28ffaa193efc66f46ab90d383279174a11a11d7 (diff) | |
download | cpython-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.rst | 2 |
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. .. |