[Python-checkins] cpython (2.7): closes issue14257 minor error in glossary wording regarding __hash__
senthil.kumaran
python-checkins at python.org
Mon Mar 12 05:06:14 CET 2012
http://hg.python.org/cpython/rev/f0a5f39615c8
changeset: 75531:f0a5f39615c8
branch: 2.7
user: Senthil Kumaran <senthil at uthcode.com>
date: Sun Mar 11 21:04:05 2012 -0700
summary:
closes issue14257 minor error in glossary wording regarding __hash__
files:
Doc/glossary.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -153,7 +153,7 @@
dictionary
An associative array, where arbitrary keys are mapped to values. The keys
- can be any object with :meth:`__hash__` function and :meth:`__eq__`
+ can be any object with :meth:`__hash__` method and :meth:`__eq__`
methods. Called a hash in Perl.
docstring
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list