diff options
| author | Samodya Abeysiriwardane <379594+sransara@users.noreply.github.com> | 2022-06-07 04:05:00 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-07 04:05:00 (GMT) |
| commit | 74039330f29461ac06297b6e55c91c89e649c990 (patch) | |
| tree | b22b65f8802365d2184ab741929ccc52efa851e0 | |
| parent | 3256b178ed31ee8ed0c04a6e53f67d1ef96cb746 (diff) | |
| download | cpython-74039330f29461ac06297b6e55c91c89e649c990.zip cpython-74039330f29461ac06297b6e55c91c89e649c990.tar.gz cpython-74039330f29461ac06297b6e55c91c89e649c990.tar.bz2 | |
Fix contributor name in WhatsNew 3.11 (GH-93556)
| -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 24d1343..75eb0f5 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`.) |
