From: Senthil Kumaran Date: Mon, 12 Mar 2012 04:04:05 +0000 (-0700) Subject: closes issue14257 minor error in glossary wording regarding __hash__ X-Git-Tag: v2.7.4rc1~975 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=814d31688802ec24787d159457fbb92e4569b130;p=python closes issue14257 minor error in glossary wording regarding __hash__ --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 36a912c29b..dca4de7a07 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -153,7 +153,7 @@ Glossary 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