Skip to content

Commit

Permalink
bpo-46013: Fix confusing kerning on period in docs (pythonGH-29989) (p…
Browse files Browse the repository at this point in the history
…ythonGH-32006)

(cherry picked from commit 3af68fc)

Co-authored-by: jmcb <joel.mcbride1@live.com>

Co-authored-by: jmcb <joel.mcbride1@live.com>
  • Loading branch information
2 people authored and hello-adam committed Jun 2, 2022
1 parent 60a9fe2 commit 560916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Expand Up @@ -1435,7 +1435,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
Expand Down

0 comments on commit 560916f

Please sign in to comment.