]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
authorGuido van Rossum <guido@python.org>
Thu, 24 Nov 2016 19:56:00 +0000 (11:56 -0800)
committerGuido van Rossum <guido@python.org>
Thu, 24 Nov 2016 19:56:00 +0000 (11:56 -0800)
Doc/library/typing.rst

index dde705e680ca4c2930bfbe78e219a98bafb3ad60..0316f0195862f86c47deee0e3544ce301cd02cfd 100644 (file)
@@ -578,6 +578,10 @@ The module defines the following classes, functions and decorators:
 
    A generic version of :class:`builtins.set <set>`.
 
+.. class:: FrozenSet(frozenset, AbstractSet[T_co])
+
+   A generic version of :class:`builtins.frozenset <frozenset>`.
+
 .. class:: MappingView(Sized, Iterable[T_co])
 
    A generic version of :class:`collections.abc.MappingView`.