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 e463b66 commit 9a411ceCopy full SHA for 9a411ce
1 file changed
Doc/library/stdtypes.rst
@@ -2811,9 +2811,10 @@ The constructors for both classes work the same:
2811
frozenset([iterable])
2812
2813
Return a new set or frozenset object whose elements are taken from
2814
- *iterable*. The elements of a set must be hashable. To represent sets of
2815
- sets, the inner sets must be :class:`frozenset` objects. If *iterable* is
2816
- not specified, a new empty set is returned.
+ *iterable*. The elements of a set must be :term:`hashable`. To
+ represent sets of sets, the inner sets must be :class:`frozenset`
+ objects. If *iterable* is not specified, a new empty set is
2817
+ returned.
2818
2819
Instances of :class:`set` and :class:`frozenset` provide the following
2820
operations:
0 commit comments