mirror of https://github.com/python/cpython
merge heads
This commit is contained in:
commit
800b3aa57f
|
@ -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…
Reference in New Issue