[Python-checkins] Fix contributor name in WhatsNew 3.11 (GH-93556)

miss-islington webhook-mailer at python.org
Tue Jun 7 00:50:19 EDT 2022


https://github.com/python/cpython/commit/e139dee1f7055acdbf192abe4eb539e8df49786f
commit: e139dee1f7055acdbf192abe4eb539e8df49786f
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-06-06T21:49:47-07:00
summary:

Fix contributor name in WhatsNew 3.11 (GH-93556)

(cherry picked from commit 74039330f29461ac06297b6e55c91c89e649c990)

Co-authored-by: Samodya Abeysiriwardane <379594+sransara at users.noreply.github.com>

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 4f9bafefe2b9b..ff32b3bbfc7ff 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`.)



More information about the Python-checkins mailing list