From a860286eab61271c300958146c026ee008e57988 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 24 Nov 2016 11:56:00 -0800 Subject: Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) --- Doc/library/typing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index dde705e..0316f01 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -578,6 +578,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`. -- cgit v0.12