]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix contributor name in WhatsNew 3.11 (GH-93556)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jun 2022 04:49:47 +0000 (21:49 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 04:49:47 +0000 (21:49 -0700)
(cherry picked from commit 74039330f29461ac06297b6e55c91c89e649c990)

Co-authored-by: Samodya Abeysiriwardane <379594+sransara@users.noreply.github.com>
Doc/whatsnew/3.11.rst

index 4f9bafefe2b9be571340e080e12bd86f69f99ebc..ff32b3bbfc7ffa4250527e735c3930e5dbe97f38 100644 (file)
@@ -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`.)