]> granicus.if.org Git - python/commitdiff
SF: 1397711 Set docs conflated immutable and hashable
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Feb 2007 21:03:24 +0000 (21:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Feb 2007 21:03:24 +0000 (21:03 +0000)
Doc/lib/libstdtypes.tex

index 802d08abc92dc48b8557274991a8722f190acf4b..2de7f617a071b55475b578c592b782d5587f32f3 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.