summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2007-02-07 21:04:20 +0000
committerRaymond Hettinger <python@rcn.com>2007-02-07 21:04:20 +0000
commit3156316823aa4aa287841646765fc196101f14b3 (patch)
tree2df28c6557236ba875ed706d65aece8cbed20658
parent0922d71604522398a0933bf516b5b466a414b772 (diff)
downloadcpython-git-3156316823aa4aa287841646765fc196101f14b3.tar.gz
SF: 1397711 Set docs conflated immutable and hashable
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 012e59b051..a9ea55edf5 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.