diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-07 04:49:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 04:49:47 (GMT) |
commit | e139dee1f7055acdbf192abe4eb539e8df49786f (patch) | |
tree | 18dc28dd78a14f684d5e6e4a5fbb51006672e7a0 /Doc/whatsnew | |
parent | fd4dad5ccafa1e26606acddbce4eb96fab00cd9f (diff) | |
download | cpython-e139dee1f7055acdbf192abe4eb539e8df49786f.zip cpython-e139dee1f7055acdbf192abe4eb539e8df49786f.tar.gz cpython-e139dee1f7055acdbf192abe4eb539e8df49786f.tar.bz2 |
Fix contributor name in WhatsNew 3.11 (GH-93556)
(cherry picked from commit 74039330f29461ac06297b6e55c91c89e649c990)
Co-authored-by: Samodya Abeysiriwardane <379594+sransara@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 4f9bafe..ff32b3b 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -736,7 +736,7 @@ For major changes, see :ref:`new-feat-related-type-hints-311`. (Contributed by Jelle Zijlstra in :gh:`90638`.) * :data:`typing.TypedDict` types can now be generic. (Contributed by - Samodya Abey in :gh:`89026`.) + Samodya Abeysiriwardane in :gh:`89026`.) * :class:`~typing.NamedTuple` types can now be generic. (Contributed by Serhiy Storchaka in :issue:`43923`.) |