Skip to content

Commit 44172ca

Browse files
authored
Mark TypedDict as not experimental (#6994)
It's no longer experimental since PEP 589 was accepted: https://www.python.org/dev/peps/pep-0589/
1 parent 6df281e commit 44172ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/source/more_types.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,6 @@ and one
740740
TypedDict
741741
*********
742742

743-
.. note::
744-
745-
TypedDict is an officially supported feature, but it is still experimental.
746-
747-
748743
Python programs often use dictionaries with string keys to represent objects.
749744
Here is a typical example:
750745

0 commit comments

Comments
 (0)