bpo-46013: Fix confusing kerning on period in docs (GH-29989)

This commit is contained in:
jmcb 2022-03-20 09:58:13 +00:00 committed by GitHub
parent b3f2d4c8ba
commit 3af68fc77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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