From: Samodya Abeysiriwardane <379594+sransara@users.noreply.github.com> Date: Tue, 7 Jun 2022 04:05:00 +0000 (-0500) Subject: Fix contributor name in WhatsNew 3.11 (GH-93556) X-Git-Tag: v3.12.0a1~1341 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74039330f29461ac06297b6e55c91c89e649c990;p=thirdparty%2FPython%2Fcpython.git Fix contributor name in WhatsNew 3.11 (GH-93556) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 24d1343689c9..75eb0f567280 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`.)