From 05d59e2df7a780ad56b4e40f16c0a7584457b1cd Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 7 Feb 2007 21:03:24 +0000 Subject: SF: 1397711 Set docs conflated immutable and hashable --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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. -- cgit v0.12