]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF: 1397711 Set docs conflated immutable and hashable
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Feb 2007 21:04:20 +0000 (21:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Feb 2007 21:04:20 +0000 (21:04 +0000)
Doc/lib/libstdtypes.tex

index 012e59b05181a6888591cf5e34cc1d819d93d0a2..a9ea55edf508d591a1a81f1252260377a010fc2f 100644 (file)
@@ -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.