summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-06 14:48:38 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-06 14:48:38 (GMT)
commit033ec051f8b0e49c3c3ebeab6a1a649d81740308 (patch)
tree6819f0b889e8ee8e4c25b2179c70d776e6f6cd45 /Doc/glossary.rst
parent4f8fed28f020cd1a4d3471514fa40629e440e5e3 (diff)
parent4dd27a3edba94d2f75cd234b67f109cf98aa76b6 (diff)
downloadcpython-033ec051f8b0e49c3c3ebeab6a1a649d81740308.zip
cpython-033ec051f8b0e49c3c3ebeab6a1a649d81740308.tar.gz
cpython-033ec051f8b0e49c3c3ebeab6a1a649d81740308.tar.bz2
merge with 3.4
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 21d1673..09507f4 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -355,8 +355,8 @@ Glossary
All of Python's immutable built-in objects are hashable, while no mutable
containers (such as lists or dictionaries) are. Objects which are
instances of user-defined classes are hashable by default; they all
- compare unequal (except with themselves), and their hash value is their
- :func:`id`.
+ compare unequal (except with themselves), and their hash value is derived
+ from their :func:`id`.
IDLE
An Integrated Development Environment for Python. IDLE is a basic editor