]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix contributor name in WhatsNew 3.11 (GH-93556)
authorSamodya Abeysiriwardane <379594+sransara@users.noreply.github.com>
Tue, 7 Jun 2022 04:05:00 +0000 (23:05 -0500)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 04:05:00 +0000 (12:05 +0800)
Doc/whatsnew/3.11.rst

index 24d1343689c98f44d05e6604f9f90682f479db7f..75eb0f567280a2263deae0ffbba5027fe36620b6 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`.)