From: Senthil Kumaran Date: Mon, 12 Mar 2012 04:04:56 +0000 (-0700) Subject: closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ X-Git-Tag: v3.3.0a2~237^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7fccd8b14885a76525e11baa1f9db7792d9a26c;p=thirdparty%2FPython%2Fcpython.git closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 3b211aedefb1..079cfdfd17b9 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -147,7 +147,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