Fix contributor name in WhatsNew 3.11 (GH-93556)

This commit is contained in:
Samodya Abeysiriwardane 2022-06-06 23:05:00 -05:00 committed by GitHub
parent 3256b178ed
commit 74039330f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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`.)