diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 16e7b83250b..2446b4b8f08 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -584,6 +584,10 @@ The module defines the following classes, functions and decorators: A generic version of :class:`builtins.set `. +.. class:: FrozenSet(frozenset, AbstractSet[T_co]) + + A generic version of :class:`builtins.frozenset `. + .. class:: MappingView(Sized, Iterable[T_co]) A generic version of :class:`collections.abc.MappingView`.