]> granicus.if.org Git - python/commitdiff
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 12 Mar 2012 04:04:56 +0000 (21:04 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 12 Mar 2012 04:04:56 +0000 (21:04 -0700)
Doc/glossary.rst

index 3b211aedefb1c399db5b98d807c31cc57ae5a45b..079cfdfd17b9f25614ba58cae6e40595a3856ed8 100644 (file)
@@ -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