cpython: 3f15c069454d (original) (raw)
Mercurial > cpython
changeset 75532:3f15c069454d 3.2
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ [#14257]
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Sun, 11 Mar 2012 21:04:56 -0700 |
parents | 41b1fe5a75a6 |
children | 2b7c39db2150 13f251824b6b 995cddd15313 0f146020d8e9 |
files | Doc/glossary.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/glossary.rst 2 |
line wrap: on
line diff
--- 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__`[](#l1.7)
can be any object with :meth:`__hash__` method and :meth:`__eq__`[](#l1.8) methods. Called a hash in Perl.[](#l1.9)