[Python-checkins] cpython (3.2): closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
senthil.kumaran
python-checkins at python.org
Mon Mar 12 05:06:16 CET 2012
http://hg.python.org/cpython/rev/3f15c069454d
changeset: 75532:3f15c069454d
branch: 3.2
parent: 75524:41b1fe5a75a6
user: Senthil Kumaran <senthil at uthcode.com>
date: Sun Mar 11 21:04:56 2012 -0700
summary:
closes issue14257 - 3.2 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
@@ -147,7 +147,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