mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
This commit is contained in:
parent
1f9a835400
commit
a7fccd8b14
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Glossary
|
||||||
|
|
||||||
dictionary
|
dictionary
|
||||||
An associative array, where arbitrary keys are mapped to values. The keys
|
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.
|
methods. Called a hash in Perl.
|
||||||
|
|
||||||
docstring
|
docstring
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue