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

index 36a912c29b93045f3d663e14d5a3ece142751818..dca4de7a07271f73201829dcabc3688261442ce6 100644 (file)
@@ -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