SF: 1397711 Set docs conflated immutable and hashable

This commit is contained in:
Raymond Hettinger 2007-02-07 21:04:20 +00:00
parent 0922d71604
commit 3156316823
1 changed files with 1 additions and 1 deletions

View 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.