Commit 31563168 authored by Raymond Hettinger's avatar Raymond Hettinger

SF: 1397711 Set docs conflated immutable and hashable

parent 0922d716
......@@ -1224,7 +1224,7 @@ Notes:
\label{types-set}}
\obindex{set}
A \dfn{set} object is an unordered collection of immutable values.
A \dfn{set} object is an unordered collection of distinct hashable objects.
Common uses include membership testing, removing duplicates from a sequence,
and computing mathematical operations such as intersection, union, difference,
and symmetric difference.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment