mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bpo-46013: Fix confusing kerning on period in docs (GH-29989)
This commit is contained in:
parent
b3f2d4c8ba
commit
3af68fc77c
1 changed files with 1 additions and 1 deletions
|
|
@ -1501,7 +1501,7 @@ Basic customization
|
|||
|
||||
Called by built-in function :func:`hash` and for operations on members of
|
||||
hashed collections including :class:`set`, :class:`frozenset`, and
|
||||
:class:`dict`. :meth:`__hash__` should return an integer. The only required
|
||||
:class:`dict`. The ``__hash__()`` method should return an integer. The only required
|
||||
property is that objects which compare equal have the same hash value; it is
|
||||
advised to mix together the hash values of the components of the object that
|
||||
also play a part in comparison of objects by packing them into a tuple and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue