We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac42a3 commit a60d2e5Copy full SHA for a60d2e5
1 file changed
Doc/library/typing.rst
@@ -2817,6 +2817,7 @@ types.
2817
2818
.. versionchanged:: 3.9
2819
``TypedDict`` is now a function rather than a class.
2820
+ It can still be used as a class base, as described above.
2821
2822
.. versionchanged:: 3.11
2823
Added support for marking individual keys as :data:`Required` or :data:`NotRequired`.
0 commit comments