SF: 1397711 Set docs conflated immutable and hashable
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 802d08a..2de7f61 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -1224,7 +1224,7 @@
\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.