closes issue14257 minor error in glossary wording regarding __hash__

This commit is contained in:
Senthil Kumaran 2012-03-11 21:04:05 -07:00
parent 15b6f3f825
commit 814d316888
1 changed files with 1 additions and 1 deletions

View 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