From: Raymond Hettinger Date: Wed, 7 Feb 2007 21:03:24 +0000 (+0000) Subject: SF: 1397711 Set docs conflated immutable and hashable X-Git-Tag: v2.5.1c1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05d59e2df7a780ad56b4e40f16c0a7584457b1cd;p=python SF: 1397711 Set docs conflated immutable and hashable --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 802d08abc9..2de7f617a0 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.