]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 May 2023 19:42:57 +0000 (12:42 -0700)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 19:42:57 +0000 (19:42 +0000)
commit663b32199e709a83b2eebc3eeeb602f0af949bee
tree348f627fb3155f16e12543e1088971eee297dd3c
parent4ed59b1f330ca97b9f0b5567485283df24175fe4
[3.11] gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message (GH-104335) (#104338)

gh-104328: Fix typo in ``typing.Generic`` multiple inheritance error message (GH-104335)
(cherry picked from commit 01c321ca34d99f35f174768c6f8c500801d4ef4c)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/typing.py